#562EAE

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

Shades of Purple Heart #562EAE

Tints of Purple Heart #562EAE

Color information

#562EAE (or 0x562EAE) is unknown color: approx Purple Heart. HEX triplet: 56, 2E and AE. RGB value is (86,46,174). Sum of RGB (Red+Green+Blue) = 86+46+174=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #562EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562EAE is #A9D151. Grayscale: #484848. Windows color (decimal): -11129170 or 11415126. OLE color: 11415126.

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

Color convert

RGB8646174-
CMYK0.510.7400.32
HSL258.75º58.18%43.14%-
HSV(B)258.75º73.56%68.24%-
XYZ12.456.9940.74-
YUV72.55185.25137.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.10%
GREEN value IS 46 (18.36% from 255) = 15.03%
BLUE value IS 174 (68.36% from 255) = 56.86%
R=28.10%
G=15.03%
B=56.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal86461740.510.7400.32258.7558.1843.14
Hex562EAE334A0201033a2b
Octal12656256631120404037253
Binary10101101011101010111011001110010100100000100000011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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