Html Css Color HEX #5E0EDB Han Purple

📋 copy color: '#5E0EDB'

red 94 ◦ green 14 ◦ blue 219

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

Shades of Han Purple #5E0EDB

Tints of Han Purple #5E0EDB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.28%

 BLUE value IS 219 (85.94% from 255) = 66.97%

R = 28.75%
G = 4.28%
B = 66.97%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E0EDB (or 0x5E0EDB) is known color: Han Purple. HEX triplet: 5E, 0E and DB. RGB value is (94,14,219). Sum of RGB (Red+Green+Blue) = 94+14+219=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 14 (5.86% from 255 or 4.28% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E0EDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E0EDB is #A1F124. Grayscale: #3C3C3C. Windows color (decimal): -10613029 or 14356062. OLE color: 14356062.

HSL color Cylindrical-coordinate representation of color #5E0EDB: hue angle of 263.41º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E0EDB is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 14 219 -
CMYK 0.57 0.94 0 0.14
HSL 263.41º 0.88% 0.46% -
HSV(B) 263.41º 0.94% 0.86% -
XYZ 17.56 7.81 67.6 -
YUV 61.29 217 151.33 -
System Red Green Blue C M Y K H S L
Decimal 94 14 219 0.57 0.94 0 0.14 263.41 0.88 0.46
Hex 5E E DB 39 5E 0 E 107 58 2E
Octal 136 16 333 71 136 0 16 407 130 56
Binary 1011110 1110 11011011 111001 1011110 0 1110 100000111 1011000 101110

Color Harmonies of #5E0EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0EDB

Black with #5E0EDB

Text Example


Text Example

White with #5E0EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,14,219); }

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

background-color css

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

 a { background-color: rgb(94,14,219); }

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

border-color css

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

 span { border-color: rgb(94,14,219); }

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