#560960

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

Shades of Hot Purple #560960

Tints of Hot Purple #560960

Color information

#560960 (or 0x560960) is unknown color: approx Hot Purple. HEX triplet: 56, 09 and 60. RGB value is (86,9,96). Sum of RGB (Red+Green+Blue) = 86+9+96=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #560960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560960 is #A9F69F. Grayscale: #292929. Windows color (decimal): -11138720 or 6293846. OLE color: 6293846.

HSL color Cylindrical-coordinate representation of color #560960: hue angle of 293.1º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #560960 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB86996-
CMYK0.100.9100.62
HSL293.1º82.86%20.59%-
HSV(B)293.1º90.62%37.65%-
XYZ6.053.0211.33-
YUV41.94158.51159.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.03%
GREEN value IS 9 (3.91% from 255) = 4.71%
BLUE value IS 96 (37.89% from 255) = 50.26%
R=45.03%
G=4.71%
B=50.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal869960.100.9100.62293.182.8620.59
Hex56960A5B03E1255315
Octal126111401213307644512325
Binary101011010011100000101010110110111110100100101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560960; }

 p { color: rgb(86,9,96); }

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

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

 a { background-color: rgb(86,9,96); }

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

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

 span { border-color: rgb(86,9,96); }

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