Html Css Color HEX #5E20EE Han Purple

📋 copy color: '#5E20EE'

red 94 ◦ green 32 ◦ blue 238

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

Shades of Han Purple #5E20EE

Tints of Han Purple #5E20EE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.79%

 BLUE value IS 238 (93.36% from 255) = 65.38%

R = 25.82%
G = 8.79%
B = 65.38%

CMYK

 C value IS 0.61

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5E20EE (or 0x5E20EE) is known color: Han Purple. HEX triplet: 5E, 20 and EE. RGB value is (94,32,238). Sum of RGB (Red+Green+Blue) = 94+32+238=364 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.82% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 238 (93.36% from 255 or 65.38% from 364); Max value from RGB is 238 - color contains mainly: blue. Hex color #5E20EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E20EE is #A1DF11. Grayscale: #494949. Windows color (decimal): -10608402 or 15605854. OLE color: 15605854.

HSL color Cylindrical-coordinate representation of color #5E20EE: hue angle of 258.06º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5E20EE is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 94 32 238 -
CMYK 0.61 0.87 0 0.07
HSL 258.06º 0.86% 0.53% -
HSV(B) 258.06º 0.87% 0.93% -
XYZ 20.57 9.59 81.66 -
YUV 74.02 220.54 142.25 -
System Red Green Blue C M Y K H S L
Decimal 94 32 238 0.61 0.87 0 0.07 258.06 0.86 0.53
Hex 5E 20 EE 3D 57 0 7 102 56 35
Octal 136 40 356 75 127 0 7 402 126 65
Binary 1011110 100000 11101110 111101 1010111 0 111 100000010 1010110 110101

Color Harmonies of #5E20EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E20EE

Black with #5E20EE

Text Example


Text Example

White with #5E20EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,32,238); }

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

background-color css

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

 a { background-color: rgb(94,32,238); }

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

border-color css

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

 span { border-color: rgb(94,32,238); }

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