Html Css Color HEX #5E35EA Han Purple

📋 copy color: '#5E35EA'

red 94 ◦ green 53 ◦ blue 234

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

Shades of Han Purple #5E35EA

Tints of Han Purple #5E35EA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.91%

 BLUE value IS 234 (91.8% from 255) = 61.42%

R = 24.67%
G = 13.91%
B = 61.42%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E35EA (or 0x5E35EA) is known color: Han Purple. HEX triplet: 5E, 35 and EA. RGB value is (94,53,234). Sum of RGB (Red+Green+Blue) = 94+53+234=381 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.67% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E35EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E35EA is #A1CA15. Grayscale: #555555. Windows color (decimal): -10603030 or 15349086. OLE color: 15349086.

HSL color Cylindrical-coordinate representation of color #5E35EA: hue angle of 253.59º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E35EA is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 53 234 -
CMYK 0.60 0.77 0 0.08
HSL 253.59º 0.81% 0.56% -
HSV(B) 253.59º 0.77% 0.92% -
XYZ 20.74 10.87 78.85 -
YUV 85.89 211.58 133.78 -
System Red Green Blue C M Y K H S L
Decimal 94 53 234 0.60 0.77 0 0.08 253.59 0.81 0.56
Hex 5E 35 EA 3C 4D 0 8 FE 51 38
Octal 136 65 352 74 115 0 10 376 121 70
Binary 1011110 110101 11101010 111100 1001101 0 1000 11111110 1010001 111000

Color Harmonies of #5E35EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E35EA

Black with #5E35EA

Text Example


Text Example

White with #5E35EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,53,234); }

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

background-color css

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

 a { background-color: rgb(94,53,234); }

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

border-color css

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

 span { border-color: rgb(94,53,234); }

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