#560AAE

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

Shades of Purple Heart #560AAE

Tints of Purple Heart #560AAE

Color information

#560AAE (or 0x560AAE) is unknown color: approx Purple Heart. HEX triplet: 56, 0A and AE. RGB value is (86,10,174). Sum of RGB (Red+Green+Blue) = 86+10+174=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 174 (68.36% from 255 or 64.44% from 270); Max value from RGB is 174 - color contains mainly: blue. Hex color #560AAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560AAE is #A9F551. Grayscale: #323232. Windows color (decimal): -11138386 or 11405910. OLE color: 11405910.

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

Color convert

RGB8610174-
CMYK0.510.9400.32
HSL267.8º89.13%36.08%-
HSV(B)267.8º94.25%68.24%-
XYZ11.595.2540.45-
YUV51.42197.18152.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.85%
GREEN value IS 10 (4.30% from 255) = 3.70%
BLUE value IS 174 (68.36% from 255) = 64.44%
R=31.85%
G=3.70%
B=64.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal86101740.510.9400.32267.889.1336.08
Hex56AAE335E02010c5924
Octal126122566313604041413144
Binary1010110101010101110110011101111001000001000011001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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