#561959

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

Shades of Hot Purple #561959

Tints of Hot Purple #561959

Color information

#561959 (or 0x561959) is unknown color: approx Hot Purple. HEX triplet: 56, 19 and 59. RGB value is (86,25,89). Sum of RGB (Red+Green+Blue) = 86+25+89=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 89 - color contains mainly: blue. Hex color #561959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561959 is #A9E6A6. Grayscale: #323232. Windows color (decimal): -11134631 or 5839190. OLE color: 5839190.

HSL color Cylindrical-coordinate representation of color #561959: hue angle of 297.19º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #561959 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB862589-
CMYK0.030.7200.65
HSL297.19º56.14%22.35%-
HSV(B)297.19º71.91%34.9%-
XYZ5.993.399.79-
YUV50.54149.71153.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43%
GREEN value IS 25 (10.16% from 255) = 12.5%
BLUE value IS 89 (35.16% from 255) = 44.5%
R=43%
G=12.5%
B=44.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8625890.030.7200.65297.1956.1422.35
Hex5619593480411293816
Octal12631131311001014517026
Binary10101101100110110011110010000100000110010100111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561959; }

 p { color: rgb(86,25,89); }

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

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

 a { background-color: rgb(86,25,89); }

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

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

 span { border-color: rgb(86,25,89); }

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