#561060

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

Shades of Hot Purple #561060

Tints of Hot Purple #561060

Color information

#561060 (or 0x561060) is unknown color: approx Hot Purple. HEX triplet: 56, 10 and 60. RGB value is (86,16,96). Sum of RGB (Red+Green+Blue) = 86+16+96=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #561060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561060 is #A9EF9F. Grayscale: #2D2D2D. Windows color (decimal): -11136928 or 6295638. OLE color: 6295638.

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

Color convert

RGB861696-
CMYK0.100.8300.62
HSL292.5º71.43%21.96%-
HSV(B)292.5º83.33%37.65%-
XYZ6.133.1911.36-
YUV46.05156.19156.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.43%
GREEN value IS 16 (6.64% from 255) = 8.08%
BLUE value IS 96 (37.89% from 255) = 48.48%
R=43.43%
G=8.08%
B=48.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8616960.100.8300.62292.571.4321.96
Hex561060A5303E1244716
Octal126201401212307644410726
Binary1010110100001100000101010100110111110100100100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561060; }

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

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

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

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

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

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

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

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