Shades of Hot Purple #561265
Tints of Hot Purple #561265
RGB
CMYK
RGB Variations
Color information
#561265 (or 0x561265) is known color: Hot Purple. HEX triplet: 56, 12 and 65. RGB value is (86,18,101). Sum of RGB (Red+Green+Blue) = 86+18+101=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: blue. Hex color #561265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561265 is #A9ED9A. Grayscale: #2F2F2F. Windows color (decimal): -11136411 or 6623830. OLE color: 6623830.
HSL color Cylindrical-coordinate representation of color #561265: hue angle of 289.16º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #561265 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 18 | 101 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.60 |
| HSL | 289.16º | 0.7% | 0.23% | - |
| HSV(B) | 289.16º | 0.82% | 0.4% | - |
| XYZ | 6.4 | 3.35 | 12.62 | - |
| YUV | 47.79 | 158.03 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 18 | 101 | 0.15 | 0.82 | 0 | 0.60 | 289.16 | 0.7 | 0.23 |
| Hex | 56 | 12 | 65 | F | 52 | 0 | 3C | 121 | 46 | 17 |
| Octal | 126 | 22 | 145 | 17 | 122 | 0 | 74 | 441 | 106 | 27 |
| Binary | 1010110 | 10010 | 1100101 | 1111 | 1010010 | 0 | 111100 | 100100001 | 1000110 | 10111 |
Color Harmonies of #561265
Complementary color
Monochromatic Colors of #561265
Black with #561265
Text Example
Text Example
White with #561265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561265; }
p { color: rgb(86,18,101); }
H1.HeaderClassName
{
color: #561265;
}
.AnyTagClassName
{
color: #561265;
}
</style>
background-color css
<style>
a { background-color: #561265; }
a { background-color: rgb(86,18,101); }
div.DivClassName
{
background-color: #561265;
}
.BgClassName
{
background-color: #561265;
}
</style>
border-color css
<style>
span { border-color: #561265; }
span { border-color: rgb(86,18,101); }
td.TdClassName
{
border-color: #561265;
}
.TagClassName
{
border-color: #561265;
}
</style>