#4C20AD

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

Shades of Purple Heart #4C20AD

Tints of Purple Heart #4C20AD

Color information

#4C20AD (or 0x4C20AD) is unknown color: approx Purple Heart. HEX triplet: 4C, 20 and AD. RGB value is (76,32,173). Sum of RGB (Red+Green+Blue) = 76+32+173=281 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.05% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C20AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C20AD is #B3DF52. Grayscale: #3C3C3C. Windows color (decimal): -11788115 or 11345996. OLE color: 11345996.

HSL color Cylindrical-coordinate representation of color #4C20AD: hue angle of 258.72º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C20AD is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7632173-
CMYK0.560.8200.32
HSL258.72º68.78%40.2%-
HSV(B)258.72º81.5%67.84%-
XYZ11.045.5940.03-
YUV61.23191.08138.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.05%
GREEN value IS 32 (12.89% from 255) = 11.39%
BLUE value IS 173 (67.97% from 255) = 61.57%
R=27.05%
G=11.39%
B=61.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal76321730.560.8200.32258.7268.7840.2
Hex4C20AD38520201034528
Octal114402557012204040310550
Binary100110010000010101101111000101001001000001000000111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C20AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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