#5912EA

Color #5912EA Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5912EA

Tints of Han Purple #5912EA

Color information

#5912EA (or 0x5912EA) is unknown color: approx Han Purple. HEX triplet: 59, 12 and EA. RGB value is (89,18,234). Sum of RGB (Red+Green+Blue) = 89+18+234=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #5912EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5912EA is #A6ED15. Grayscale: #3F3F3F. Windows color (decimal): -10939670 or 15340121. OLE color: 15340121.

HSL color Cylindrical-coordinate representation of color #5912EA: hue angle of 259.72º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5912EA is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8918234-
CMYK0.620.9200.08
HSL259.72º85.71%49.41%-
HSV(B)259.72º92.31%91.76%-
XYZ19.198.578.47-
YUV63.85224.02145.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.10%
GREEN value IS 18 (7.42% from 255) = 5.28%
BLUE value IS 234 (91.80% from 255) = 68.62%
R=26.10%
G=5.28%
B=68.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal89182340.620.9200.08259.7285.7149.41
Hex5912EA3E5C081045631
Octal131223527613401040412661
Binary101100110010111010101111101011100010001000001001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5912EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5912EA; }

 p { color: rgb(89,18,234); }

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

<style>
 a { background-color: #5912EA; }

 a { background-color: rgb(89,18,234); }

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

<style>
 span { border-color: #5912EA; }

 span { border-color: rgb(89,18,234); }

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