#5936A9

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

Shades of Royal Purple #5936A9

Tints of Royal Purple #5936A9

Color information

#5936A9 (or 0x5936A9) is unknown color: approx Royal Purple. HEX triplet: 59, 36 and A9. RGB value is (89,54,169). Sum of RGB (Red+Green+Blue) = 89+54+169=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 169 (66.41% from 255 or 54.17% from 312); Max value from RGB is 169 - color contains mainly: blue. Hex color #5936A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5936A9 is #A6C956. Grayscale: #4D4D4D. Windows color (decimal): -10930519 or 11089497. OLE color: 11089497.

HSL color Cylindrical-coordinate representation of color #5936A9: hue angle of 258.26º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5936A9 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8954169-
CMYK0.470.6800.34
HSL258.26º51.57%43.73%-
HSV(B)258.26º68.05%66.27%-
XYZ12.67.6338.34-
YUV77.58179.6136.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.53%
GREEN value IS 54 (21.48% from 255) = 17.31%
BLUE value IS 169 (66.41% from 255) = 54.17%
R=28.53%
G=17.31%
B=54.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal89541690.470.6800.34258.2651.5743.73
Hex5936A92F44022102342c
Octal13166251571040424026454
Binary10110011101101010100110111110001000100010100000010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5936A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5936A9; }

 p { color: rgb(89,54,169); }

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

<style>
 a { background-color: #5936A9; }

 a { background-color: rgb(89,54,169); }

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

<style>
 span { border-color: #5936A9; }

 span { border-color: rgb(89,54,169); }

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