#5F3FAF

Color #5F3FAF Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #5F3FAF

Tints of Royal Purple #5F3FAF

Color information

#5F3FAF (or 0x5F3FAF) is unknown color: approx Royal Purple. HEX triplet: 5F, 3F and AF. RGB value is (95,63,175). Sum of RGB (Red+Green+Blue) = 95+63+175=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #5F3FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3FAF is #A0C050. Grayscale: #545454. Windows color (decimal): -10534993 or 11485023. OLE color: 11485023.

HSL color Cylindrical-coordinate representation of color #5F3FAF: hue angle of 257.14º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5F3FAF is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9563175-
CMYK0.460.6400.31
HSL257.14º47.06%46.67%-
HSV(B)257.14º64%68.63%-
XYZ14.239.0841.56-
YUV85.34178.6134.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 95 (37.5% from 255) = 28.53%
GREEN value IS 63 (25% from 255) = 18.92%
BLUE value IS 175 (68.75% from 255) = 52.55%
R=28.53%
G=18.92%
B=52.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal95631750.460.6400.31257.1447.0646.67
Hex5F3FAF2E4001F1012f2f
Octal13777257561000374015757
Binary1011111111111101011111011101000000011111100000001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F3FAF; }

 p { color: rgb(95,63,175); }

 H1.HeaderClassName
 {
   color: #5F3FAF;
 }
 .AnyTagClassName
 {
   color: #5F3FAF;
 }
</style>
background-color css

<style>
 a { background-color: #5F3FAF; }

 a { background-color: rgb(95,63,175); }

 div.DivClassName
 {
   background-color: #5F3FAF;
 }
 .BgClassName
 {
   background-color: #5F3FAF;
 }
</style>
border-color css

<style>
 span { border-color: #5F3FAF; }

 span { border-color: rgb(95,63,175); }

 td.TdClassName
 {
   border-color: #5F3FAF;
 }
 .TagClassName
 {
   border-color: #5F3FAF;
 }
</style>