#560EAA

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

Shades of Purple Heart #560EAA

Tints of Purple Heart #560EAA

Color information

#560EAA (or 0x560EAA) is unknown color: approx Purple Heart. HEX triplet: 56, 0E and AA. RGB value is (86,14,170). Sum of RGB (Red+Green+Blue) = 86+14+170=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #560EAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560EAA is #A9F155. Grayscale: #343434. Windows color (decimal): -11137366 or 11144790. OLE color: 11144790.

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

Color convert

RGB8614170-
CMYK0.490.9200.33
HSL267.69º84.78%36.08%-
HSV(B)267.69º91.76%66.67%-
XYZ11.255.1938.44-
YUV53.31193.85151.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.85%
GREEN value IS 14 (5.86% from 255) = 5.19%
BLUE value IS 170 (66.80% from 255) = 62.96%
R=31.85%
G=5.19%
B=62.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86141700.490.9200.33267.6984.7836.08
Hex56EAA315C02110c5524
Octal126162526113404141412544
Binary1010110111010101010110001101110001000011000011001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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