Html Css Color HEX #5E10DB Han Purple

📋 copy color: '#5E10DB'

red 94 ◦ green 16 ◦ blue 219

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

Shades of Han Purple #5E10DB

Tints of Han Purple #5E10DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.86%

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

R = 28.57%
G = 4.86%
B = 66.57%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E10DB (or 0x5E10DB) is known color: Han Purple. HEX triplet: 5E, 10 and DB. RGB value is (94,16,219). Sum of RGB (Red+Green+Blue) = 94+16+219=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E10DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E10DB is #A1EF24. Grayscale: #3D3D3D. Windows color (decimal): -10612517 or 14356574. OLE color: 14356574.

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

Color convert

RGB 94 16 219 -
CMYK 0.57 0.93 0 0.14
HSL 263.05º 0.86% 0.46% -
HSV(B) 263.05º 0.93% 0.86% -
XYZ 17.59 7.86 67.61 -
YUV 62.46 216.34 150.49 -
System Red Green Blue C M Y K H S L
Decimal 94 16 219 0.57 0.93 0 0.14 263.05 0.86 0.46
Hex 5E 10 DB 39 5D 0 E 107 56 2E
Octal 136 20 333 71 135 0 16 407 126 56
Binary 1011110 10000 11011011 111001 1011101 0 1110 100000111 1010110 101110

Color Harmonies of #5E10DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E10DB

Black with #5E10DB

Text Example


Text Example

White with #5E10DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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