Html Css Color HEX #5E13DF Han Purple

📋 copy color: '#5E13DF'

red 94 ◦ green 19 ◦ blue 223

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

Shades of Han Purple #5E13DF

Tints of Han Purple #5E13DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.37%

R = 27.98%
G = 5.65%
B = 66.37%

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

#5E13DF (or 0x5E13DF) is known color: Han Purple. HEX triplet: 5E, 13 and DF. RGB value is (94,19,223). Sum of RGB (Red+Green+Blue) = 94+19+223=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #5E13DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E13DF is #A1EC20. Grayscale: #3F3F3F. Windows color (decimal): -10611745 or 14619486. OLE color: 14619486.

HSL color Cylindrical-coordinate representation of color #5E13DF: hue angle of 262.06º 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 #5E13DF is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 19 223 -
CMYK 0.58 0.91 0 0.13
HSL 262.06º 0.84% 0.47% -
HSV(B) 262.06º 0.91% 0.87% -
XYZ 18.17 8.17 70.43 -
YUV 64.68 217.35 148.91 -
System Red Green Blue C M Y K H S L
Decimal 94 19 223 0.58 0.91 0 0.13 262.06 0.84 0.47
Hex 5E 13 DF 3A 5B 0 D 106 54 2F
Octal 136 23 337 72 133 0 15 406 124 57
Binary 1011110 10011 11011111 111010 1011011 0 1101 100000110 1010100 101111

Color Harmonies of #5E13DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E13DF

Black with #5E13DF

Text Example


Text Example

White with #5E13DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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