#562AAE

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

Shades of Purple Heart #562AAE

Tints of Purple Heart #562AAE

Color information

#562AAE (or 0x562AAE) is unknown color: approx Purple Heart. HEX triplet: 56, 2A and AE. RGB value is (86,42,174). Sum of RGB (Red+Green+Blue) = 86+42+174=302 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.48% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #562AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562AAE is #A9D551. Grayscale: #454545. Windows color (decimal): -11130194 or 11414102. OLE color: 11414102.

HSL color Cylindrical-coordinate representation of color #562AAE: hue angle of 260º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #562AAE is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8642174-
CMYK0.510.7600.32
HSL260º61.11%42.35%-
HSV(B)260º75.86%68.24%-
XYZ12.316.6940.69-
YUV70.2186.58139.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.48%
GREEN value IS 42 (16.80% from 255) = 13.91%
BLUE value IS 174 (68.36% from 255) = 57.62%
R=28.48%
G=13.91%
B=57.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal86421740.510.7600.3226061.1142.35
Hex562AAE334C0201043d2a
Octal12652256631140404047552
Binary10101101010101010111011001110011000100000100000100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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