Html Css Color HEX #4E21CE Purple Heart

📋 copy color: '#4E21CE'

red 78 ◦ green 33 ◦ blue 206

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

Shades of Purple Heart #4E21CE

Tints of Purple Heart #4E21CE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.41%

 BLUE value IS 206 (80.86% from 255) = 64.98%

R = 24.61%
G = 10.41%
B = 64.98%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4E21CE (or 0x4E21CE) is known color: Purple Heart. HEX triplet: 4E, 21 and CE. RGB value is (78,33,206). Sum of RGB (Red+Green+Blue) = 78+33+206=317 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.61% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E21CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E21CE is #B1DE31. Grayscale: #414141. Windows color (decimal): -11656754 or 13508942. OLE color: 13508942.

HSL color Cylindrical-coordinate representation of color #4E21CE: hue angle of 255.61º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4E21CE is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 78 33 206 -
CMYK 0.62 0.84 0 0.19
HSL 255.61º 0.72% 0.47% -
HSV(B) 255.61º 0.84% 0.81% -
XYZ 14.83 7.16 58.99 -
YUV 66.18 206.91 136.43 -
System Red Green Blue C M Y K H S L
Decimal 78 33 206 0.62 0.84 0 0.19 255.61 0.72 0.47
Hex 4E 21 CE 3E 54 0 13 100 48 2F
Octal 116 41 316 76 124 0 23 400 110 57
Binary 1001110 100001 11001110 111110 1010100 0 10011 100000000 1001000 101111

Color Harmonies of #4E21CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E21CE

Black with #4E21CE

Text Example


Text Example

White with #4E21CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,33,206); }

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

background-color css

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

 a { background-color: rgb(78,33,206); }

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

border-color css

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

 span { border-color: rgb(78,33,206); }

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