#4A1CAA

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

Shades of Purple Heart #4A1CAA

Tints of Purple Heart #4A1CAA

Color information

#4A1CAA (or 0x4A1CAA) is unknown color: approx Purple Heart. HEX triplet: 4A, 1C and AA. RGB value is (74,28,170). Sum of RGB (Red+Green+Blue) = 74+28+170=272 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.21% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A1CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1CAA is #B5E355. Grayscale: #393939. Windows color (decimal): -11920214 or 11148362. OLE color: 11148362.

HSL color Cylindrical-coordinate representation of color #4A1CAA: hue angle of 259.44º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A1CAA is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7428170-
CMYK0.560.8400.33
HSL259.44º71.72%38.82%-
HSV(B)259.44º83.53%66.67%-
XYZ10.495.1938.48-
YUV57.94191.24139.45-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.21%
GREEN value IS 28 (11.33% from 255) = 10.29%
BLUE value IS 170 (66.80% from 255) = 62.5%
R=27.21%
G=10.29%
B=62.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74281700.560.8400.33259.4471.7238.82
Hex4A1CAA38540211034827
Octal112342527012404140311047
Binary10010101110010101010111000101010001000011000000111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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