#562EAA

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

Shades of Purple Heart #562EAA

Tints of Purple Heart #562EAA

Color information

#562EAA (or 0x562EAA) is unknown color: approx Purple Heart. HEX triplet: 56, 2E and AA. RGB value is (86,46,170). Sum of RGB (Red+Green+Blue) = 86+46+170=302 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.48% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #562EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562EAA is #A9D155. Grayscale: #474747. Windows color (decimal): -11129174 or 11152982. OLE color: 11152982.

HSL color Cylindrical-coordinate representation of color #562EAA: hue angle of 259.35º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #562EAA is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8646170-
CMYK0.490.7300.33
HSL259.35º57.41%42.35%-
HSV(B)259.35º72.94%66.67%-
XYZ12.076.8338.71-
YUV72.1183.25137.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.48%
GREEN value IS 46 (18.36% from 255) = 15.23%
BLUE value IS 170 (66.80% from 255) = 56.29%
R=28.48%
G=15.23%
B=56.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86461700.490.7300.33259.3557.4142.35
Hex562EAA3149021103392a
Octal12656252611110414037152
Binary10101101011101010101011000110010010100001100000011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,46,170); }

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

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

 a { background-color: rgb(86,46,170); }

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

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

 span { border-color: rgb(86,46,170); }

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