#5F41A6

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

Shades of Royal Purple #5F41A6

Tints of Royal Purple #5F41A6

Color information

#5F41A6 (or 0x5F41A6) is unknown color: approx Royal Purple. HEX triplet: 5F, 41 and A6. RGB value is (95,65,166). Sum of RGB (Red+Green+Blue) = 95+65+166=326 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.14% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 166 (65.23% from 255 or 50.92% from 326); Max value from RGB is 166 - color contains mainly: blue. Hex color #5F41A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F41A6 is #A0BE59. Grayscale: #555555. Windows color (decimal): -10534490 or 10895711. OLE color: 10895711.

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

Color convert

RGB9565166-
CMYK0.430.6100.35
HSL257.82º43.72%45.29%-
HSV(B)257.82º60.84%65.1%-
XYZ13.498.9737.1-
YUV85.48173.44134.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.14%
GREEN value IS 65 (25.78% from 255) = 19.94%
BLUE value IS 166 (65.23% from 255) = 50.92%
R=29.14%
G=19.94%
B=50.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal95651660.430.6100.35257.8243.7245.29
Hex5F41A62B3D0231022c2d
Octal13710124653750434025455
Binary10111111000001101001101010111111010100011100000010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F41A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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