#562AA9

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

Shades of Purple Heart #562AA9

Tints of Purple Heart #562AA9

Color information

#562AA9 (or 0x562AA9) is unknown color: approx Purple Heart. HEX triplet: 56, 2A and A9. RGB value is (86,42,169). Sum of RGB (Red+Green+Blue) = 86+42+169=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 169 (66.41% from 255 or 56.90% from 297); Max value from RGB is 169 - color contains mainly: blue. Hex color #562AA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562AA9 is #A9D556. Grayscale: #454545. Windows color (decimal): -11130199 or 11086422. OLE color: 11086422.

HSL color Cylindrical-coordinate representation of color #562AA9: hue angle of 260.79º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #562AA9 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8642169-
CMYK0.490.7500.34
HSL260.79º60.19%41.37%-
HSV(B)260.79º75.15%66.27%-
XYZ11.836.538.17-
YUV69.63184.08139.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.96%
GREEN value IS 42 (16.80% from 255) = 14.14%
BLUE value IS 169 (66.41% from 255) = 56.90%
R=28.96%
G=14.14%
B=56.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal86421690.490.7500.34260.7960.1941.37
Hex562AA9314B0221053c29
Octal12652251611130424057451
Binary10101101010101010100111000110010110100010100000101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562AA9; }

 p { color: rgb(86,42,169); }

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

<style>
 a { background-color: #562AA9; }

 a { background-color: rgb(86,42,169); }

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

<style>
 span { border-color: #562AA9; }

 span { border-color: rgb(86,42,169); }

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