Html Css Color HEX #5E34E6 Han Purple

📋 copy color: '#5E34E6'

red 94 ◦ green 52 ◦ blue 230

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

Shades of Han Purple #5E34E6

Tints of Han Purple #5E34E6

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.83%

 BLUE value IS 230 (90.23% from 255) = 61.17%

R = 25%
G = 13.83%
B = 61.17%

CMYK

 C value IS 0.59

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5E34E6 (or 0x5E34E6) is known color: Han Purple. HEX triplet: 5E, 34 and E6. RGB value is (94,52,230). Sum of RGB (Red+Green+Blue) = 94+52+230=376 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 230 (90.23% from 255 or 61.17% from 376); Max value from RGB is 230 - color contains mainly: blue. Hex color #5E34E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E34E6 is #A1CB19. Grayscale: #545454. Windows color (decimal): -10603290 or 15086686. OLE color: 15086686.

HSL color Cylindrical-coordinate representation of color #5E34E6: hue angle of 254.16º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E34E6 is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 94 52 230 -
CMYK 0.59 0.77 0 0.10
HSL 254.16º 0.78% 0.55% -
HSV(B) 254.16º 0.77% 0.9% -
XYZ 20.13 10.55 75.84 -
YUV 84.85 209.91 134.53 -
System Red Green Blue C M Y K H S L
Decimal 94 52 230 0.59 0.77 0 0.10 254.16 0.78 0.55
Hex 5E 34 E6 3B 4D 0 A FE 4E 37
Octal 136 64 346 73 115 0 12 376 116 67
Binary 1011110 110100 11100110 111011 1001101 0 1010 11111110 1001110 110111

Color Harmonies of #5E34E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E34E6

Black with #5E34E6

Text Example


Text Example

White with #5E34E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,52,230); }

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

background-color css

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

 a { background-color: rgb(94,52,230); }

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

border-color css

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

 span { border-color: rgb(94,52,230); }

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