#4516A9

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

Shades of Purple Heart #4516A9

Tints of Purple Heart #4516A9

Color information

#4516A9 (or 0x4516A9) is unknown color: approx Purple Heart. HEX triplet: 45, 16 and A9. RGB value is (69,22,169). Sum of RGB (Red+Green+Blue) = 69+22+169=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 169 (66.41% from 255 or 65% from 260); Max value from RGB is 169 - color contains mainly: blue. Hex color #4516A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4516A9 is #BAE956. Grayscale: #343434. Windows color (decimal): -12249431 or 11081285. OLE color: 11081285.

HSL color Cylindrical-coordinate representation of color #4516A9: hue angle of 259.18º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4516A9 is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6922169-
CMYK0.590.8700.34
HSL259.18º76.96%37.45%-
HSV(B)259.18º86.98%66.27%-
XYZ9.94.737.92-
YUV52.81193.57139.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.54%
GREEN value IS 22 (8.98% from 255) = 8.46%
BLUE value IS 169 (66.41% from 255) = 65%
R=26.54%
G=8.46%
B=65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal69221690.590.8700.34259.1876.9637.45
Hex4516A93B570221034d25
Octal105262517312704240311545
Binary10001011011010101001111011101011101000101000000111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4516A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4516A9; }

 p { color: rgb(69,22,169); }

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

<style>
 a { background-color: #4516A9; }

 a { background-color: rgb(69,22,169); }

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

<style>
 span { border-color: #4516A9; }

 span { border-color: rgb(69,22,169); }

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