#560DCF

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

Shades of Purple Heart #560DCF

Tints of Purple Heart #560DCF

Color information

#560DCF (or 0x560DCF) is unknown color: approx Purple Heart. HEX triplet: 56, 0D and CF. RGB value is (86,13,207). Sum of RGB (Red+Green+Blue) = 86+13+207=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 207 (81.25% from 255 or 67.65% from 306); Max value from RGB is 207 - color contains mainly: blue. Hex color #560DCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560DCF is #A9F230. Grayscale: #383838. Windows color (decimal): -11137585 or 13569366. OLE color: 13569366.

HSL color Cylindrical-coordinate representation of color #560DCF: hue angle of 262.58º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560DCF is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8613207-
CMYK0.580.9400.19
HSL262.58º88.18%43.14%-
HSV(B)262.58º93.72%81.18%-
XYZ15.246.7759.54-
YUV56.94212.68148.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.10%
GREEN value IS 13 (5.47% from 255) = 4.25%
BLUE value IS 207 (81.25% from 255) = 67.65%
R=28.10%
G=4.25%
B=67.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal86132070.580.9400.19262.5888.1843.14
Hex56DCF3A5E013107582b
Octal126153177213602340713053
Binary101011011011100111111101010111100100111000001111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,13,207); }

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

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

 a { background-color: rgb(86,13,207); }

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

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

 span { border-color: rgb(86,13,207); }

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