Shades of Hot Purple #560C65
Tints of Hot Purple #560C65
RGB
CMYK
RGB Variations
Color information
#560C65 (or 0x560C65) is known color: Hot Purple. HEX triplet: 56, 0C and 65. RGB value is (86,12,101). Sum of RGB (Red+Green+Blue) = 86+12+101=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #560C65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560C65 is #A9F39A. Grayscale: #2B2B2B. Windows color (decimal): -11137947 or 6622294. OLE color: 6622294.
HSL color Cylindrical-coordinate representation of color #560C65: hue angle of 289.89º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #560C65 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 12 | 101 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.60 |
| HSL | 289.89º | 0.79% | 0.22% | - |
| HSV(B) | 289.89º | 0.88% | 0.4% | - |
| XYZ | 6.32 | 3.18 | 12.59 | - |
| YUV | 44.27 | 160.02 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 12 | 101 | 0.15 | 0.88 | 0 | 0.60 | 289.89 | 0.79 | 0.22 |
| Hex | 56 | C | 65 | F | 58 | 0 | 3C | 122 | 4F | 16 |
| Octal | 126 | 14 | 145 | 17 | 130 | 0 | 74 | 442 | 117 | 26 |
| Binary | 1010110 | 1100 | 1100101 | 1111 | 1011000 | 0 | 111100 | 100100010 | 1001111 | 10110 |
Color Harmonies of #560C65
Complementary color
Monochromatic Colors of #560C65
Black with #560C65
Text Example
Text Example
White with #560C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560C65; }
p { color: rgb(86,12,101); }
H1.HeaderClassName
{
color: #560C65;
}
.AnyTagClassName
{
color: #560C65;
}
</style>
background-color css
<style>
a { background-color: #560C65; }
a { background-color: rgb(86,12,101); }
div.DivClassName
{
background-color: #560C65;
}
.BgClassName
{
background-color: #560C65;
}
</style>
border-color css
<style>
span { border-color: #560C65; }
span { border-color: rgb(86,12,101); }
td.TdClassName
{
border-color: #560C65;
}
.TagClassName
{
border-color: #560C65;
}
</style>