#4A2AAE

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

Shades of Purple Heart #4A2AAE

Tints of Purple Heart #4A2AAE

Color information

#4A2AAE (or 0x4A2AAE) is unknown color: approx Purple Heart. HEX triplet: 4A, 2A and AE. RGB value is (74,42,174). Sum of RGB (Red+Green+Blue) = 74+42+174=290 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.52% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A2AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2AAE is #B5D551. Grayscale: #424242. Windows color (decimal): -11916626 or 11414090. OLE color: 11414090.

HSL color Cylindrical-coordinate representation of color #4A2AAE: hue angle of 254.55º 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 #4A2AAE is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7442174-
CMYK0.570.7600.32
HSL254.55º61.11%42.35%-
HSV(B)254.55º75.86%68.24%-
XYZ11.296.1740.64-
YUV66.62188.6133.27-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.52%
GREEN value IS 42 (16.80% from 255) = 14.48%
BLUE value IS 174 (68.36% from 255) = 60%
R=25.52%
G=14.48%
B=60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal74421740.570.7600.32254.5561.1142.35
Hex4A2AAE394C020ff3d2a
Octal11252256711140403777552
Binary1001010101010101011101110011001100010000011111111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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