#4C20AB

Color #4C20AB Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #4C20AB

Tints of Purple Heart #4C20AB

Color information

#4C20AB (or 0x4C20AB) is unknown color: approx Purple Heart. HEX triplet: 4C, 20 and AB. RGB value is (76,32,171). Sum of RGB (Red+Green+Blue) = 76+32+171=279 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.24% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C20AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C20AB is #B3DF54. Grayscale: #3C3C3C. Windows color (decimal): -11788117 or 11214924. OLE color: 11214924.

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

Color convert

RGB7632171-
CMYK0.560.8100.33
HSL258.99º68.47%39.8%-
HSV(B)258.99º81.29%67.06%-
XYZ10.855.5139.02-
YUV61190.08138.7-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.24%
GREEN value IS 32 (12.89% from 255) = 11.47%
BLUE value IS 171 (67.19% from 255) = 61.29%
R=27.24%
G=11.47%
B=61.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal76321710.560.8100.33258.9968.4739.8
Hex4C20AB38510211034428
Octal114402537012104140310450
Binary100110010000010101011111000101000101000011000000111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C20AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C20AB;
 }
 .AnyTagClassName
 {
   color: #4C20AB;
 }
</style>
background-color css

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

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

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

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

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

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