Html Css Color HEX #5E12FF Han Purple

📋 copy color: '#5E12FF'

red 94 ◦ green 18 ◦ blue 255

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

Shades of Han Purple #5E12FF

Tints of Han Purple #5E12FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 69.48%

R = 25.61%
G = 4.9%
B = 69.48%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5E12FF (or 0x5E12FF) is known color: Han Purple. HEX triplet: 5E, 12 and FF. RGB value is (94,18,255). Sum of RGB (Red+Green+Blue) = 94+18+255=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E12FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E12FF is #A1ED00. Grayscale: #424242. Windows color (decimal): -10611969 or 16716382. OLE color: 16716382.

HSL color Cylindrical-coordinate representation of color #5E12FF: hue angle of 259.24º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E12FF is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 94 18 255 -
CMYK 0.63 0.93 0 0
HSL 259.24º 1% 0.54% -
HSV(B) 259.24º 0.93% 1% -
XYZ 22.88 10.03 95.34 -
YUV 67.74 233.68 146.73 -
System Red Green Blue C M Y K H S L
Decimal 94 18 255 0.63 0.93 0 0 259.24 1 0.54
Hex 5E 12 FF 3F 5D 0 0 103 64 36
Octal 136 22 377 77 135 0 0 403 144 66
Binary 1011110 10010 11111111 111111 1011101 0 0 100000011 1100100 110110

Color Harmonies of #5E12FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E12FF

Black with #5E12FF

Text Example


Text Example

White with #5E12FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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