Html Css Color HEX #5E31EC Han Purple

📋 copy color: '#5E31EC'

red 94 ◦ green 49 ◦ blue 236

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

Shades of Han Purple #5E31EC

Tints of Han Purple #5E31EC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.93%

 BLUE value IS 236 (92.58% from 255) = 62.27%

R = 24.8%
G = 12.93%
B = 62.27%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5E31EC (or 0x5E31EC) is known color: Han Purple. HEX triplet: 5E, 31 and EC. RGB value is (94,49,236). Sum of RGB (Red+Green+Blue) = 94+49+236=379 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.80% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #5E31EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E31EC is #A1CE13. Grayscale: #535353. Windows color (decimal): -10604052 or 15479134. OLE color: 15479134.

HSL color Cylindrical-coordinate representation of color #5E31EC: hue angle of 254.44º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E31EC is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 94 49 236 -
CMYK 0.60 0.79 0 0.07
HSL 254.44º 0.83% 0.56% -
HSV(B) 254.44º 0.79% 0.93% -
XYZ 20.85 10.63 80.31 -
YUV 83.77 213.91 135.29 -
System Red Green Blue C M Y K H S L
Decimal 94 49 236 0.60 0.79 0 0.07 254.44 0.83 0.56
Hex 5E 31 EC 3C 4F 0 7 FE 53 38
Octal 136 61 354 74 117 0 7 376 123 70
Binary 1011110 110001 11101100 111100 1001111 0 111 11111110 1010011 111000

Color Harmonies of #5E31EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E31EC

Black with #5E31EC

Text Example


Text Example

White with #5E31EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,49,236); }

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

background-color css

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

 a { background-color: rgb(94,49,236); }

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

border-color css

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

 span { border-color: rgb(94,49,236); }

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