Html Css Color HEX #5912EB Han Purple

📋 copy color: '#5912EB'

red 89 ◦ green 18 ◦ blue 235

#5912EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #5912EB

Tints of Han Purple #5912EB

RGB

 RED value IS 89 (35.16% from 255) = 26.02%

 GREEN value IS 18 (7.42% from 255) = 5.26%

 BLUE value IS 235 (92.19% from 255) = 68.71%

R = 26.02%
G = 5.26%
B = 68.71%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5912EB (or 0x5912EB) is known color: Han Purple. HEX triplet: 59, 12 and EB. RGB value is (89,18,235). Sum of RGB (Red+Green+Blue) = 89+18+235=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 235 (92.19% from 255 or 68.71% from 342); Max value from RGB is 235 - color contains mainly: blue. Hex color #5912EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5912EB is #A6ED14. Grayscale: #3F3F3F. Windows color (decimal): -10939669 or 15405657. OLE color: 15405657.

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

Color convert

RGB 89 18 235 -
CMYK 0.62 0.92 0 0.08
HSL 259.63º 0.86% 0.5% -
HSV(B) 259.63º 0.92% 0.92% -
XYZ 19.33 8.55 79.23 -
YUV 63.97 224.52 145.86 -
System Red Green Blue C M Y K H S L
Decimal 89 18 235 0.62 0.92 0 0.08 259.63 0.86 0.5
Hex 59 12 EB 3E 5C 0 8 104 56 32
Octal 131 22 353 76 134 0 10 404 126 62
Binary 1011001 10010 11101011 111110 1011100 0 1000 100000100 1010110 110010

Color Harmonies of #5912EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5912EB

Black with #5912EB

Text Example


Text Example

White with #5912EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5912EB;
 }
 .AnyTagClassName
 {
   color: #5912EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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