#561759

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

Shades of Hot Purple #561759

Tints of Hot Purple #561759

Color information

#561759 (or 0x561759) is unknown color: approx Hot Purple. HEX triplet: 56, 17 and 59. RGB value is (86,23,89). Sum of RGB (Red+Green+Blue) = 86+23+89=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #561759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561759 is #A9E8A6. Grayscale: #313131. Windows color (decimal): -11135143 or 5838678. OLE color: 5838678.

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

Color convert

RGB862389-
CMYK0.030.7400.65
HSL297.27º58.93%21.96%-
HSV(B)297.27º74.16%34.9%-
XYZ5.953.319.78-
YUV49.36150.37154.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.43%
GREEN value IS 23 (9.38% from 255) = 11.62%
BLUE value IS 89 (35.16% from 255) = 44.95%
R=43.43%
G=11.62%
B=44.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8623890.030.7400.65297.2758.9321.96
Hex56175934A0411293b16
Octal12627131311201014517326
Binary10101101011110110011110010100100000110010100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561759; }

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

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

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

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

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

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

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

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