#560EBD

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

Shades of Purple Heart #560EBD

Tints of Purple Heart #560EBD

Color information

#560EBD (or 0x560EBD) is unknown color: approx Purple Heart. HEX triplet: 56, 0E and BD. RGB value is (86,14,189). Sum of RGB (Red+Green+Blue) = 86+14+189=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 189 (74.22% from 255 or 65.40% from 289); Max value from RGB is 189 - color contains mainly: blue. Hex color #560EBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560EBD is #A9F142. Grayscale: #363636. Windows color (decimal): -11137347 or 12389974. OLE color: 12389974.

HSL color Cylindrical-coordinate representation of color #560EBD: hue angle of 264.69º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560EBD is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8614189-
CMYK0.540.9300.26
HSL264.69º86.21%39.8%-
HSV(B)264.69º92.59%74.12%-
XYZ13.185.9748.6-
YUV55.48203.35149.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.76%
GREEN value IS 14 (5.86% from 255) = 4.84%
BLUE value IS 189 (74.22% from 255) = 65.40%
R=29.76%
G=4.84%
B=65.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal86141890.540.9300.26264.6986.2139.8
Hex56EBD365D01A1095628
Octal126162756613503241112650
Binary101011011101011110111011010111010110101000010011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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