Html Css Color HEX #5E20E6 Han Purple

📋 copy color: '#5E20E6'

red 94 ◦ green 32 ◦ blue 230

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

Shades of Han Purple #5E20E6

Tints of Han Purple #5E20E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 64.61%

R = 26.4%
G = 8.99%
B = 64.61%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5E20E6 (or 0x5E20E6) is known color: Han Purple. HEX triplet: 5E, 20 and E6. RGB value is (94,32,230). Sum of RGB (Red+Green+Blue) = 94+32+230=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 230 (90.23% from 255 or 64.61% from 356); Max value from RGB is 230 - color contains mainly: blue. Hex color #5E20E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E20E6 is #A1DF19. Grayscale: #484848. Windows color (decimal): -10608410 or 15081566. OLE color: 15081566.

HSL color Cylindrical-coordinate representation of color #5E20E6: hue angle of 258.79º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E20E6 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 94 32 230 -
CMYK 0.59 0.86 0 0.10
HSL 258.79º 0.8% 0.51% -
HSV(B) 258.79º 0.86% 0.9% -
XYZ 19.42 9.13 75.6 -
YUV 73.11 216.54 142.9 -
System Red Green Blue C M Y K H S L
Decimal 94 32 230 0.59 0.86 0 0.10 258.79 0.8 0.51
Hex 5E 20 E6 3B 56 0 A 103 50 33
Octal 136 40 346 73 126 0 12 403 120 63
Binary 1011110 100000 11100110 111011 1010110 0 1010 100000011 1010000 110011

Color Harmonies of #5E20E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E20E6

Black with #5E20E6

Text Example


Text Example

White with #5E20E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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