Html Css Color HEX #5E19FA Han Purple

📋 copy color: '#5E19FA'

red 94 ◦ green 25 ◦ blue 250

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

Shades of Han Purple #5E19FA

Tints of Han Purple #5E19FA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.78%

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

R = 25.47%
G = 6.78%
B = 67.75%

CMYK

 C value IS 0.62

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E19FA (or 0x5E19FA) is known color: Han Purple. HEX triplet: 5E, 19 and FA. RGB value is (94,25,250). Sum of RGB (Red+Green+Blue) = 94+25+250=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E19FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E19FA is #A1E605. Grayscale: #464646. Windows color (decimal): -10610182 or 16390494. OLE color: 16390494.

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

Color convert

RGB 94 25 250 -
CMYK 0.62 0.9 0 0.02
HSL 258.4º 0.96% 0.54% -
HSV(B) 258.4º 0.9% 0.98% -
XYZ 22.22 9.98 91.2 -
YUV 71.28 228.86 144.2 -
System Red Green Blue C M Y K H S L
Decimal 94 25 250 0.62 0.9 0 0.02 258.4 0.96 0.54
Hex 5E 19 FA 3E 5A 0 2 102 60 36
Octal 136 31 372 76 132 0 2 402 140 66
Binary 1011110 11001 11111010 111110 1011010 0 10 100000010 1100000 110110

Color Harmonies of #5E19FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E19FA

Black with #5E19FA

Text Example


Text Example

White with #5E19FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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