Html Css Color HEX #5E2DE3 Han Purple

📋 copy color: '#5E2DE3'

red 94 ◦ green 45 ◦ blue 227

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

Shades of Han Purple #5E2DE3

Tints of Han Purple #5E2DE3

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.3%

 BLUE value IS 227 (89.06% from 255) = 62.02%

R = 25.68%
G = 12.3%
B = 62.02%

CMYK

 C value IS 0.59

 M value IS 0.80

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#5E2DE3 (or 0x5E2DE3) is known color: Han Purple. HEX triplet: 5E, 2D and E3. RGB value is (94,45,227). Sum of RGB (Red+Green+Blue) = 94+45+227=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 45 (17.97% from 255 or 12.30% from 366); Blue value is 227 (89.06% from 255 or 62.02% from 366); Max value from RGB is 227 - color contains mainly: blue. Hex color #5E2DE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2DE3 is #A1D21C. Grayscale: #4F4F4F. Windows color (decimal): -10605085 or 14888286. OLE color: 14888286.

HSL color Cylindrical-coordinate representation of color #5E2DE3: hue angle of 256.15º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E2DE3 is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 94 45 227 -
CMYK 0.59 0.80 0 0.11
HSL 256.15º 0.76% 0.53% -
HSV(B) 256.15º 0.8% 0.89% -
XYZ 19.42 9.8 73.54 -
YUV 80.4 210.73 137.7 -
System Red Green Blue C M Y K H S L
Decimal 94 45 227 0.59 0.80 0 0.11 256.15 0.76 0.53
Hex 5E 2D E3 3B 50 0 B 100 4C 35
Octal 136 55 343 73 120 0 13 400 114 65
Binary 1011110 101101 11100011 111011 1010000 0 1011 100000000 1001100 110101

Color Harmonies of #5E2DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2DE3

Black with #5E2DE3

Text Example


Text Example

White with #5E2DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,45,227); }

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

background-color css

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

 a { background-color: rgb(94,45,227); }

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

border-color css

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

 span { border-color: rgb(94,45,227); }

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