#561557

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

Shades of Hot Purple #561557

Tints of Hot Purple #561557

Color information

#561557 (or 0x561557) is unknown color: approx Hot Purple. HEX triplet: 56, 15 and 57. RGB value is (86,21,87). Sum of RGB (Red+Green+Blue) = 86+21+87=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #561557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561557 is #A9EAA8. Grayscale: #2F2F2F. Windows color (decimal): -11135657 or 5707094. OLE color: 5707094.

HSL color Cylindrical-coordinate representation of color #561557: hue angle of 299.09º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #561557 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB862187-
CMYK0.010.7600.66
HSL299.09º61.11%21.18%-
HSV(B)299.09º75.86%34.12%-
XYZ5.833.29.33-
YUV47.96150.03155.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.33%
GREEN value IS 21 (8.59% from 255) = 10.82%
BLUE value IS 87 (34.38% from 255) = 44.85%
R=44.33%
G=10.82%
B=44.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8621870.010.7600.66299.0961.1121.18
Hex56155714C04212b3d15
Octal12625127111401024537525
Binary1010110101011010111110011000100001010010101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561557; }

 p { color: rgb(86,21,87); }

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

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

 a { background-color: rgb(86,21,87); }

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

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

 span { border-color: rgb(86,21,87); }

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