#4A14AA

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

Shades of Purple Heart #4A14AA

Tints of Purple Heart #4A14AA

Color information

#4A14AA (or 0x4A14AA) is unknown color: approx Purple Heart. HEX triplet: 4A, 14 and AA. RGB value is (74,20,170). Sum of RGB (Red+Green+Blue) = 74+20+170=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A14AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A14AA is #B5EB55. Grayscale: #343434. Windows color (decimal): -11922262 or 11146314. OLE color: 11146314.

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

Color convert

RGB7420170-
CMYK0.560.8800.33
HSL261.6º78.95%37.25%-
HSV(B)261.6º88.24%66.67%-
XYZ10.334.8638.42-
YUV53.25193.89142.8-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.03%
GREEN value IS 20 (8.20% from 255) = 7.58%
BLUE value IS 170 (66.80% from 255) = 64.39%
R=28.03%
G=7.58%
B=64.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74201700.560.8800.33261.678.9537.25
Hex4A14AA38580211064f25
Octal112242527013004140611745
Binary10010101010010101010111000101100001000011000001101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A14AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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