#4A0CAE

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

Shades of Purple Heart #4A0CAE

Tints of Purple Heart #4A0CAE

Color information

#4A0CAE (or 0x4A0CAE) is unknown color: approx Purple Heart. HEX triplet: 4A, 0C and AE. RGB value is (74,12,174). Sum of RGB (Red+Green+Blue) = 74+12+174=260 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.46% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 174 (68.36% from 255 or 66.92% from 260); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A0CAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0CAE is #B5F351. Grayscale: #303030. Windows color (decimal): -11924306 or 11406410. OLE color: 11406410.

HSL color Cylindrical-coordinate representation of color #4A0CAE: hue angle of 262.96º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A0CAE is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7412174-
CMYK0.570.9300.32
HSL262.96º87.1%36.47%-
HSV(B)262.96º93.1%68.24%-
XYZ10.64.7740.41-
YUV49.01198.54145.83-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.46%
GREEN value IS 12 (5.08% from 255) = 4.62%
BLUE value IS 174 (68.36% from 255) = 66.92%
R=28.46%
G=4.62%
B=66.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal74121740.570.9300.32262.9687.136.47
Hex4ACAE395D0201075724
Octal112142567113504040712744
Binary1001010110010101110111001101110101000001000001111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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