#561555

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

Shades of Hot Purple #561555

Tints of Hot Purple #561555

Color information

#561555 (or 0x561555) is unknown color: approx Hot Purple. HEX triplet: 56, 15 and 55. RGB value is (86,21,85). Sum of RGB (Red+Green+Blue) = 86+21+85=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 86 - color contains mainly: red. Hex color #561555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561555 is #A9EAAA. Grayscale: #2F2F2F. Windows color (decimal): -11135659 or 5576022. OLE color: 5576022.

HSL color Cylindrical-coordinate representation of color #561555: hue angle of 300.92º 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 #561555 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB862185-
CMYK00.760.010.66
HSL300.92º60.75%20.98%-
HSV(B)300.92º75.58%33.73%-
XYZ5.753.178.9-
YUV47.73149.03155.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.79%
GREEN value IS 21 (8.59% from 255) = 10.94%
BLUE value IS 85 (33.59% from 255) = 44.27%
R=44.79%
G=10.94%
B=44.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86218500.760.010.66300.9260.7520.98
Hex56155504C14212d3d15
Octal12625125011411024557525
Binary1010110101011010101010011001100001010010110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561555; }

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

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

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

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

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

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

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

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