Html Css Color HEX #4E20C9 Purple Heart

📋 copy color: '#4E20C9'

red 78 ◦ green 32 ◦ blue 201

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

Shades of Purple Heart #4E20C9

Tints of Purple Heart #4E20C9

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.29%

 BLUE value IS 201 (78.91% from 255) = 64.63%

R = 25.08%
G = 10.29%
B = 64.63%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4E20C9 (or 0x4E20C9) is known color: Purple Heart. HEX triplet: 4E, 20 and C9. RGB value is (78,32,201). Sum of RGB (Red+Green+Blue) = 78+32+201=311 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.08% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 201 (78.91% from 255 or 64.63% from 311); Max value from RGB is 201 - color contains mainly: blue. Hex color #4E20C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E20C9 is #B1DF36. Grayscale: #404040. Windows color (decimal): -11657015 or 13181006. OLE color: 13181006.

HSL color Cylindrical-coordinate representation of color #4E20C9: hue angle of 256.33º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4E20C9 is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 78 32 201 -
CMYK 0.61 0.84 0 0.21
HSL 256.33º 0.73% 0.46% -
HSV(B) 256.33º 0.84% 0.79% -
XYZ 14.2 6.87 55.84 -
YUV 65.02 204.74 137.26 -
System Red Green Blue C M Y K H S L
Decimal 78 32 201 0.61 0.84 0 0.21 256.33 0.73 0.46
Hex 4E 20 C9 3D 54 0 15 100 49 2E
Octal 116 40 311 75 124 0 25 400 111 56
Binary 1001110 100000 11001001 111101 1010100 0 10101 100000000 1001001 101110

Color Harmonies of #4E20C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E20C9

Black with #4E20C9

Text Example


Text Example

White with #4E20C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,32,201); }

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

background-color css

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

 a { background-color: rgb(78,32,201); }

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

border-color css

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

 span { border-color: rgb(78,32,201); }

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