#4A1CAE

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

Shades of Purple Heart #4A1CAE

Tints of Purple Heart #4A1CAE

Color information

#4A1CAE (or 0x4A1CAE) is unknown color: approx Purple Heart. HEX triplet: 4A, 1C and AE. RGB value is (74,28,174). Sum of RGB (Red+Green+Blue) = 74+28+174=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 174 (68.36% from 255 or 63.04% from 276); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A1CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1CAE is #B5E351. Grayscale: #393939. Windows color (decimal): -11920210 or 11410506. OLE color: 11410506.

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

Color convert

RGB7428174-
CMYK0.570.8400.32
HSL258.9º72.28%39.61%-
HSV(B)258.9º83.91%68.24%-
XYZ10.885.3440.5-
YUV58.4193.24139.13-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.81%
GREEN value IS 28 (11.33% from 255) = 10.14%
BLUE value IS 174 (68.36% from 255) = 63.04%
R=26.81%
G=10.14%
B=63.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal74281740.570.8400.32258.972.2839.61
Hex4A1CAE39540201034828
Octal112342567112404040311050
Binary10010101110010101110111001101010001000001000000111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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