#5C3FA9

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

Shades of Royal Purple #5C3FA9

Tints of Royal Purple #5C3FA9

Color information

#5C3FA9 (or 0x5C3FA9) is unknown color: approx Royal Purple. HEX triplet: 5C, 3F and A9. RGB value is (92,63,169). Sum of RGB (Red+Green+Blue) = 92+63+169=324 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.40% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 169 (66.41% from 255 or 52.16% from 324); Max value from RGB is 169 - color contains mainly: blue. Hex color #5C3FA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3FA9 is #A3C056. Grayscale: #535353. Windows color (decimal): -10731607 or 11091804. OLE color: 11091804.

HSL color Cylindrical-coordinate representation of color #5C3FA9: hue angle of 256.42º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C3FA9 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB9263169-
CMYK0.460.6300.34
HSL256.42º45.69%45.49%-
HSV(B)256.42º62.72%66.27%-
XYZ13.358.6938.51-
YUV83.76176.11133.88-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.40%
GREEN value IS 63 (25% from 255) = 19.44%
BLUE value IS 169 (66.41% from 255) = 52.16%
R=28.40%
G=19.44%
B=52.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal92631690.460.6300.34256.4245.6945.49
Hex5C3FA92E3F0221002e2d
Octal1347725156770424005655
Binary1011100111111101010011011101111110100010100000000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,63,169); }

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

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

 a { background-color: rgb(92,63,169); }

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

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

 span { border-color: rgb(92,63,169); }

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