#5F47A6

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

Shades of Royal Purple #5F47A6

Tints of Royal Purple #5F47A6

Color information

#5F47A6 (or 0x5F47A6) is unknown color: approx Royal Purple. HEX triplet: 5F, 47 and A6. RGB value is (95,71,166). Sum of RGB (Red+Green+Blue) = 95+71+166=332 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.61% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 166 (65.23% from 255 or 50% from 332); Max value from RGB is 166 - color contains mainly: blue. Hex color #5F47A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F47A6 is #A0B859. Grayscale: #585858. Windows color (decimal): -10532954 or 10897247. OLE color: 10897247.

HSL color Cylindrical-coordinate representation of color #5F47A6: hue angle of 255.16º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F47A6 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9571166-
CMYK0.430.5700.35
HSL255.16º40.08%46.47%-
HSV(B)255.16º57.23%65.1%-
XYZ13.869.6937.22-
YUV89.01171.45132.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.61%
GREEN value IS 71 (28.12% from 255) = 21.39%
BLUE value IS 166 (65.23% from 255) = 50%
R=28.61%
G=21.39%
B=50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal95711660.430.5700.35255.1640.0846.47
Hex5F47A62B39023ff282e
Octal13710724653710433775056
Binary1011111100011110100110101011111001010001111111111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F47A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,71,166); }

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

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

 a { background-color: rgb(95,71,166); }

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

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

 span { border-color: rgb(95,71,166); }

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