#4C2AAE

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

Shades of Purple Heart #4C2AAE

Tints of Purple Heart #4C2AAE

Color information

#4C2AAE (or 0x4C2AAE) is unknown color: approx Purple Heart. HEX triplet: 4C, 2A and AE. RGB value is (76,42,174). Sum of RGB (Red+Green+Blue) = 76+42+174=292 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.03% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #4C2AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2AAE is #B3D551. Grayscale: #424242. Windows color (decimal): -11785554 or 11414092. OLE color: 11414092.

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

Color convert

RGB7642174-
CMYK0.560.7600.32
HSL255.45º61.11%42.35%-
HSV(B)255.45º75.86%68.24%-
XYZ11.456.2540.65-
YUV67.21188.26134.27-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.03%
GREEN value IS 42 (16.80% from 255) = 14.38%
BLUE value IS 174 (68.36% from 255) = 59.59%
R=26.03%
G=14.38%
B=59.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal76421740.560.7600.32255.4561.1142.35
Hex4C2AAE384C020ff3d2a
Octal11452256701140403777552
Binary1001100101010101011101110001001100010000011111111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,42,174); }

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

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

 a { background-color: rgb(76,42,174); }

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

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

 span { border-color: rgb(76,42,174); }

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