#560EBE

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

Shades of Purple Heart #560EBE

Tints of Purple Heart #560EBE

Color information

#560EBE (or 0x560EBE) is unknown color: approx Purple Heart. HEX triplet: 56, 0E and BE. RGB value is (86,14,190). Sum of RGB (Red+Green+Blue) = 86+14+190=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #560EBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560EBE is #A9F141. Grayscale: #363636. Windows color (decimal): -11137346 or 12455510. OLE color: 12455510.

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

Color convert

RGB8614190-
CMYK0.550.9300.25
HSL264.55º86.27%40%-
HSV(B)264.55º92.63%74.51%-
XYZ13.296.0149.17-
YUV55.59203.85149.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.66%
GREEN value IS 14 (5.86% from 255) = 4.83%
BLUE value IS 190 (74.61% from 255) = 65.52%
R=29.66%
G=4.83%
B=65.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86141900.550.9300.25264.5586.2740
Hex56EBE375D0191095628
Octal126162766713503141112650
Binary101011011101011111011011110111010110011000010011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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