Html Css Color HEX #5E12EB Han Purple

📋 copy color: '#5E12EB'

red 94 ◦ green 18 ◦ blue 235

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

Shades of Han Purple #5E12EB

Tints of Han Purple #5E12EB

RGB

 RED value IS 94 (37.11% from 255) = 27.09%

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

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

R = 27.09%
G = 5.19%
B = 67.72%

CMYK

 C value IS 0.6

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E12EB (or 0x5E12EB) is known color: Han Purple. HEX triplet: 5E, 12 and EB. RGB value is (94,18,235). Sum of RGB (Red+Green+Blue) = 94+18+235=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 235 (92.19% from 255 or 67.72% from 347); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E12EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E12EB is #A1ED14. Grayscale: #404040. Windows color (decimal): -10611989 or 15405662. OLE color: 15405662.

HSL color Cylindrical-coordinate representation of color #5E12EB: hue angle of 261.01º 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 #5E12EB is Cyan = 0.6, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 18 235 -
CMYK 0.6 0.92 0 0.08
HSL 261.01º 0.86% 0.5% -
HSV(B) 261.01º 0.92% 0.92% -
XYZ 19.83 8.81 79.25 -
YUV 65.46 223.68 148.36 -
System Red Green Blue C M Y K H S L
Decimal 94 18 235 0.6 0.92 0 0.08 261.01 0.86 0.5
Hex 5E 12 EB 3C 5C 0 8 105 56 32
Octal 136 22 353 74 134 0 10 405 126 62
Binary 1011110 10010 11101011 111100 1011100 0 1000 100000101 1010110 110010

Color Harmonies of #5E12EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E12EB

Black with #5E12EB

Text Example


Text Example

White with #5E12EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E12EB;
 }
 .AnyTagClassName
 {
   color: #5E12EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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