Html Css Color HEX #5E12FA Han Purple

📋 copy color: '#5E12FA'

red 94 ◦ green 18 ◦ blue 250

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

Shades of Han Purple #5E12FA

Tints of Han Purple #5E12FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 69.06%

R = 25.97%
G = 4.97%
B = 69.06%

CMYK

 C value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E12FA (or 0x5E12FA) is known color: Han Purple. HEX triplet: 5E, 12 and FA. RGB value is (94,18,250). Sum of RGB (Red+Green+Blue) = 94+18+250=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E12FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E12FA is #A1ED05. Grayscale: #424242. Windows color (decimal): -10611974 or 16388702. OLE color: 16388702.

HSL color Cylindrical-coordinate representation of color #5E12FA: hue angle of 259.66º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E12FA is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 18 250 -
CMYK 0.62 0.93 0 0.02
HSL 259.66º 0.96% 0.53% -
HSV(B) 259.66º 0.93% 0.98% -
XYZ 22.09 9.71 91.15 -
YUV 67.17 231.18 147.14 -
System Red Green Blue C M Y K H S L
Decimal 94 18 250 0.62 0.93 0 0.02 259.66 0.96 0.53
Hex 5E 12 FA 3E 5D 0 2 104 60 35
Octal 136 22 372 76 135 0 2 404 140 65
Binary 1011110 10010 11111010 111110 1011101 0 10 100000100 1100000 110101

Color Harmonies of #5E12FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E12FA

Black with #5E12FA

Text Example


Text Example

White with #5E12FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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