Html Css Color HEX #5E13DE Han Purple

📋 copy color: '#5E13DE'

red 94 ◦ green 19 ◦ blue 222

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

Shades of Han Purple #5E13DE

Tints of Han Purple #5E13DE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.67%

 BLUE value IS 222 (87.11% from 255) = 66.27%

R = 28.06%
G = 5.67%
B = 66.27%

CMYK

 C value IS 0.58

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E13DE (or 0x5E13DE) is known color: Han Purple. HEX triplet: 5E, 13 and DE. RGB value is (94,19,222). Sum of RGB (Red+Green+Blue) = 94+19+222=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 222 (87.11% from 255 or 66.27% from 335); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E13DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E13DE is #A1EC21. Grayscale: #3F3F3F. Windows color (decimal): -10611746 or 14553950. OLE color: 14553950.

HSL color Cylindrical-coordinate representation of color #5E13DE: hue angle of 262.17º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E13DE is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 19 222 -
CMYK 0.58 0.91 0 0.13
HSL 262.17º 0.84% 0.47% -
HSV(B) 262.17º 0.91% 0.87% -
XYZ 18.03 8.12 69.72 -
YUV 64.57 216.85 148.99 -
System Red Green Blue C M Y K H S L
Decimal 94 19 222 0.58 0.91 0 0.13 262.17 0.84 0.47
Hex 5E 13 DE 3A 5B 0 D 106 54 2F
Octal 136 23 336 72 133 0 15 406 124 57
Binary 1011110 10011 11011110 111010 1011011 0 1101 100000110 1010100 101111

Color Harmonies of #5E13DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E13DE

Black with #5E13DE

Text Example


Text Example

White with #5E13DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,19,222); }

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

background-color css

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

 a { background-color: rgb(94,19,222); }

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

border-color css

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

 span { border-color: rgb(94,19,222); }

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