Html Css Color HEX #4E34ED Han Purple

📋 copy color: '#4E34ED'

red 78 ◦ green 52 ◦ blue 237

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

Shades of Han Purple #4E34ED

Tints of Han Purple #4E34ED

RGB

 RED value IS 78 (30.86% from 255) = 21.25%

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

 BLUE value IS 237 (92.97% from 255) = 64.58%

R = 21.25%
G = 14.17%
B = 64.58%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4E34ED (or 0x4E34ED) is known color: Han Purple. HEX triplet: 4E, 34 and ED. RGB value is (78,52,237). Sum of RGB (Red+Green+Blue) = 78+52+237=367 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.25% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 237 (92.97% from 255 or 64.58% from 367); Max value from RGB is 237 - color contains mainly: blue. Hex color #4E34ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E34ED is #B1CB12. Grayscale: #505050. Windows color (decimal): -11651859 or 15545422. OLE color: 15545422.

HSL color Cylindrical-coordinate representation of color #4E34ED: hue angle of 248.43º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E34ED is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 78 52 237 -
CMYK 0.67 0.78 0 0.07
HSL 248.43º 0.84% 0.57% -
HSV(B) 248.43º 0.78% 0.93% -
XYZ 19.66 10.19 81.05 -
YUV 80.86 216.11 125.96 -
System Red Green Blue C M Y K H S L
Decimal 78 52 237 0.67 0.78 0 0.07 248.43 0.84 0.57
Hex 4E 34 ED 43 4E 0 7 F8 54 39
Octal 116 64 355 103 116 0 7 370 124 71
Binary 1001110 110100 11101101 1000011 1001110 0 111 11111000 1010100 111001

Color Harmonies of #4E34ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E34ED

Black with #4E34ED

Text Example


Text Example

White with #4E34ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E34ED; }

 p { color: rgb(78,52,237); }

 H1.HeaderClassName
 {
   color: #4E34ED;
 }
 .AnyTagClassName
 {
   color: #4E34ED;
 }
</style>

background-color css

<style>
 a { background-color: #4E34ED; }

 a { background-color: rgb(78,52,237); }

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

border-color css

<style>
 span { border-color: #4E34ED; }

 span { border-color: rgb(78,52,237); }

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