Html Css Color HEX #4E20AC Purple Heart

📋 copy color: '#4E20AC'

red 78 ◦ green 32 ◦ blue 172

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

Shades of Purple Heart #4E20AC

Tints of Purple Heart #4E20AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.99%

R = 27.66%
G = 11.35%
B = 60.99%

CMYK

 C value IS 0.55

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E20AC (or 0x4E20AC) is known color: Purple Heart. HEX triplet: 4E, 20 and AC. RGB value is (78,32,172). Sum of RGB (Red+Green+Blue) = 78+32+172=282 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.66% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E20AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E20AC is #B1DF53. Grayscale: #3D3D3D. Windows color (decimal): -11657044 or 11280462. OLE color: 11280462.

HSL color Cylindrical-coordinate representation of color #4E20AC: hue angle of 259.71º degrees, saturation: 0.69, 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 #4E20AC is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 78 32 172 -
CMYK 0.55 0.81 0 0.33
HSL 259.71º 0.69% 0.4% -
HSV(B) 259.71º 0.81% 0.67% -
XYZ 11.1 5.63 39.53 -
YUV 61.71 190.24 139.62 -
System Red Green Blue C M Y K H S L
Decimal 78 32 172 0.55 0.81 0 0.33 259.71 0.69 0.4
Hex 4E 20 AC 37 51 0 21 104 45 28
Octal 116 40 254 67 121 0 41 404 105 50
Binary 1001110 100000 10101100 110111 1010001 0 100001 100000100 1000101 101000

Color Harmonies of #4E20AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E20AC

Black with #4E20AC

Text Example


Text Example

White with #4E20AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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