Html Css Color HEX #4C20AA Purple Heart

📋 copy color: '#4C20AA'

red 76 ◦ green 32 ◦ blue 170

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

Shades of Purple Heart #4C20AA

Tints of Purple Heart #4C20AA

RGB

 RED value IS 76 (30.08% from 255) = 27.34%

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

 BLUE value IS 170 (66.8% from 255) = 61.15%

R = 27.34%
G = 11.51%
B = 61.15%

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

#4C20AA (or 0x4C20AA) is known color: Purple Heart. HEX triplet: 4C, 20 and AA. RGB value is (76,32,170). Sum of RGB (Red+Green+Blue) = 76+32+170=278 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.34% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C20AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C20AA is #B3DF55. Grayscale: #3C3C3C. Windows color (decimal): -11788118 or 11149388. OLE color: 11149388.

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

Color convert

RGB 76 32 170 -
CMYK 0.55 0.81 0 0.33
HSL 259.13º 0.68% 0.4% -
HSV(B) 259.13º 0.81% 0.67% -
XYZ 10.75 5.47 38.52 -
YUV 60.89 189.58 138.78 -
System Red Green Blue C M Y K H S L
Decimal 76 32 170 0.55 0.81 0 0.33 259.13 0.68 0.4
Hex 4C 20 AA 37 51 0 21 103 44 28
Octal 114 40 252 67 121 0 41 403 104 50
Binary 1001100 100000 10101010 110111 1010001 0 100001 100000011 1000100 101000

Color Harmonies of #4C20AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C20AA

Black with #4C20AA

Text Example


Text Example

White with #4C20AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,32,170); }

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

background-color css

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

 a { background-color: rgb(76,32,170); }

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

border-color css

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

 span { border-color: rgb(76,32,170); }

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