Shades of Hot Purple #561165
Tints of Hot Purple #561165
RGB
CMYK
RGB Variations
Color information
#561165 (or 0x561165) is known color: Hot Purple. HEX triplet: 56, 11 and 65. RGB value is (86,17,101). Sum of RGB (Red+Green+Blue) = 86+17+101=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #561165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561165 is #A9EE9A. Grayscale: #2E2E2E. Windows color (decimal): -11136667 or 6623574. OLE color: 6623574.
HSL color Cylindrical-coordinate representation of color #561165: hue angle of 289.29º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #561165 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 17 | 101 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.60 |
| HSL | 289.29º | 0.71% | 0.23% | - |
| HSV(B) | 289.29º | 0.83% | 0.4% | - |
| XYZ | 6.39 | 3.32 | 12.62 | - |
| YUV | 47.21 | 158.36 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 17 | 101 | 0.15 | 0.83 | 0 | 0.60 | 289.29 | 0.71 | 0.23 |
| Hex | 56 | 11 | 65 | F | 53 | 0 | 3C | 121 | 47 | 17 |
| Octal | 126 | 21 | 145 | 17 | 123 | 0 | 74 | 441 | 107 | 27 |
| Binary | 1010110 | 10001 | 1100101 | 1111 | 1010011 | 0 | 111100 | 100100001 | 1000111 | 10111 |
Color Harmonies of #561165
Complementary color
Monochromatic Colors of #561165
Black with #561165
Text Example
Text Example
White with #561165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561165; }
p { color: rgb(86,17,101); }
H1.HeaderClassName
{
color: #561165;
}
.AnyTagClassName
{
color: #561165;
}
</style>
background-color css
<style>
a { background-color: #561165; }
a { background-color: rgb(86,17,101); }
div.DivClassName
{
background-color: #561165;
}
.BgClassName
{
background-color: #561165;
}
</style>
border-color css
<style>
span { border-color: #561165; }
span { border-color: rgb(86,17,101); }
td.TdClassName
{
border-color: #561165;
}
.TagClassName
{
border-color: #561165;
}
</style>