#560FD0

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

Shades of Purple Heart #560FD0

Tints of Purple Heart #560FD0

Color information

#560FD0 (or 0x560FD0) is unknown color: approx Purple Heart. HEX triplet: 56, 0F and D0. RGB value is (86,15,208). Sum of RGB (Red+Green+Blue) = 86+15+208=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 208 (81.64% from 255 or 67.31% from 309); Max value from RGB is 208 - color contains mainly: blue. Hex color #560FD0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560FD0 is #A9F02F. Grayscale: #393939. Windows color (decimal): -11137072 or 13635414. OLE color: 13635414.

HSL color Cylindrical-coordinate representation of color #560FD0: hue angle of 262.07º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560FD0 is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8615208-
CMYK0.590.9300.18
HSL262.07º86.55%43.73%-
HSV(B)262.07º92.79%81.57%-
XYZ15.396.8760.19-
YUV58.23212.52147.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 15 (6.25% from 255) = 4.85%
BLUE value IS 208 (81.64% from 255) = 67.31%
R=27.83%
G=4.85%
B=67.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal86152080.590.9300.18262.0786.5543.73
Hex56FD03B5D012106572c
Octal126173207313502240612754
Binary101011011111101000011101110111010100101000001101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,15,208); }

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

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

 a { background-color: rgb(86,15,208); }

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

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

 span { border-color: rgb(86,15,208); }

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