Html Css Color HEX #5E13EF Han Purple

📋 copy color: '#5E13EF'

red 94 ◦ green 19 ◦ blue 239

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

Shades of Han Purple #5E13EF

Tints of Han Purple #5E13EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 67.9%

R = 26.7%
G = 5.4%
B = 67.9%

CMYK

 C value IS 0.61

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5E13EF (or 0x5E13EF) is known color: Han Purple. HEX triplet: 5E, 13 and EF. RGB value is (94,19,239). Sum of RGB (Red+Green+Blue) = 94+19+239=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 239 (93.75% from 255 or 67.90% from 352); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E13EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E13EF is #A1EC10. Grayscale: #414141. Windows color (decimal): -10611729 or 15668062. OLE color: 15668062.

HSL color Cylindrical-coordinate representation of color #5E13EF: hue angle of 260.45º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E13EF is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 94 19 239 -
CMYK 0.61 0.92 0 0.06
HSL 260.45º 0.87% 0.51% -
HSV(B) 260.45º 0.92% 0.94% -
XYZ 20.43 9.08 82.34 -
YUV 66.51 225.35 147.61 -
System Red Green Blue C M Y K H S L
Decimal 94 19 239 0.61 0.92 0 0.06 260.45 0.87 0.51
Hex 5E 13 EF 3D 5C 0 6 104 57 33
Octal 136 23 357 75 134 0 6 404 127 63
Binary 1011110 10011 11101111 111101 1011100 0 110 100000100 1010111 110011

Color Harmonies of #5E13EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E13EF

Black with #5E13EF

Text Example


Text Example

White with #5E13EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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