#5C41A6

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

Shades of Royal Purple #5C41A6

Tints of Royal Purple #5C41A6

Color information

#5C41A6 (or 0x5C41A6) is unknown color: approx Royal Purple. HEX triplet: 5C, 41 and A6. RGB value is (92,65,166). Sum of RGB (Red+Green+Blue) = 92+65+166=323 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.48% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 166 (65.23% from 255 or 51.39% from 323); Max value from RGB is 166 - color contains mainly: blue. Hex color #5C41A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C41A6 is #A3BE59. Grayscale: #545454. Windows color (decimal): -10731098 or 10895708. OLE color: 10895708.

HSL color Cylindrical-coordinate representation of color #5C41A6: hue angle of 256.04º 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 #5C41A6 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9265166-
CMYK0.450.6100.35
HSL256.04º43.72%45.29%-
HSV(B)256.04º60.84%65.1%-
XYZ13.198.8137.08-
YUV84.59173.95133.29-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.48%
GREEN value IS 65 (25.78% from 255) = 20.12%
BLUE value IS 166 (65.23% from 255) = 51.39%
R=28.48%
G=20.12%
B=51.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal92651660.450.6100.35256.0443.7245.29
Hex5C41A62D3D0231002c2d
Octal13410124655750434005455
Binary10111001000001101001101011011111010100011100000000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C41A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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