Html Css Color HEX #5E29EB Han Purple

📋 copy color: '#5E29EB'

red 94 ◦ green 41 ◦ blue 235

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

Shades of Han Purple #5E29EB

Tints of Han Purple #5E29EB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.08%

 BLUE value IS 235 (92.19% from 255) = 63.51%

R = 25.41%
G = 11.08%
B = 63.51%

CMYK

 C value IS 0.6

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E29EB (or 0x5E29EB) is known color: Han Purple. HEX triplet: 5E, 29 and EB. RGB value is (94,41,235). Sum of RGB (Red+Green+Blue) = 94+41+235=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 235 (92.19% from 255 or 63.51% from 370); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E29EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E29EB is #A1D614. Grayscale: #4E4E4E. Windows color (decimal): -10606101 or 15411550. OLE color: 15411550.

HSL color Cylindrical-coordinate representation of color #5E29EB: hue angle of 256.39º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E29EB is Cyan = 0.6, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 41 235 -
CMYK 0.6 0.83 0 0.08
HSL 256.39º 0.83% 0.54% -
HSV(B) 256.39º 0.83% 0.92% -
XYZ 20.4 9.96 79.45 -
YUV 78.96 216.06 138.73 -
System Red Green Blue C M Y K H S L
Decimal 94 41 235 0.6 0.83 0 0.08 256.39 0.83 0.54
Hex 5E 29 EB 3C 53 0 8 100 53 36
Octal 136 51 353 74 123 0 10 400 123 66
Binary 1011110 101001 11101011 111100 1010011 0 1000 100000000 1010011 110110

Color Harmonies of #5E29EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E29EB

Black with #5E29EB

Text Example


Text Example

White with #5E29EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,41,235); }

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

background-color css

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

 a { background-color: rgb(94,41,235); }

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

border-color css

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

 span { border-color: rgb(94,41,235); }

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