Html Css Color HEX #4E20AB Purple Heart

📋 copy color: '#4E20AB'

red 78 ◦ green 32 ◦ blue 171

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

Shades of Purple Heart #4E20AB

Tints of Purple Heart #4E20AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.85%

R = 27.76%
G = 11.39%
B = 60.85%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E20AB (or 0x4E20AB) is known color: Purple Heart. HEX triplet: 4E, 20 and AB. RGB value is (78,32,171). Sum of RGB (Red+Green+Blue) = 78+32+171=281 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.76% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E20AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E20AB is #B1DF54. Grayscale: #3D3D3D. Windows color (decimal): -11657045 or 11214926. OLE color: 11214926.

HSL color Cylindrical-coordinate representation of color #4E20AB: hue angle of 259.86º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E20AB is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 78 32 171 -
CMYK 0.54 0.81 0 0.33
HSL 259.86º 0.68% 0.4% -
HSV(B) 259.86º 0.81% 0.67% -
XYZ 11.01 5.59 39.03 -
YUV 61.6 189.74 139.7 -
System Red Green Blue C M Y K H S L
Decimal 78 32 171 0.54 0.81 0 0.33 259.86 0.68 0.4
Hex 4E 20 AB 36 51 0 21 104 44 28
Octal 116 40 253 66 121 0 41 404 104 50
Binary 1001110 100000 10101011 110110 1010001 0 100001 100000100 1000100 101000

Color Harmonies of #4E20AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E20AB

Black with #4E20AB

Text Example


Text Example

White with #4E20AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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