Shades of Palatinate Purple #560C52
Tints of Palatinate Purple #560C52
RGB
CMYK
RGB Variations
Color information
#560C52 (or 0x560C52) is known color: Palatinate Purple. HEX triplet: 56, 0C and 52. RGB value is (86,12,82). Sum of RGB (Red+Green+Blue) = 86+12+82=180 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.78% from 180); Green value is 12 (5.08% from 255 or 6.67% from 180); Blue value is 82 (32.42% from 255 or 45.56% from 180); Max value from RGB is 86 - color contains mainly: red. Hex color #560C52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560C52 is #A9F3AD. Grayscale: #292929. Windows color (decimal): -11137966 or 5377110. OLE color: 5377110.
HSL color Cylindrical-coordinate representation of color #560C52: hue angle of 303.24º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #560C52 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 12 | 82 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.66 |
| HSL | 303.24º | 0.76% | 0.19% | - |
| HSV(B) | 303.24º | 0.86% | 0.34% | - |
| XYZ | 5.49 | 2.85 | 8.24 | - |
| YUV | 42.11 | 150.52 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 12 | 82 | 0 | 0.86 | 0.05 | 0.66 | 303.24 | 0.76 | 0.19 |
| Hex | 56 | C | 52 | 0 | 56 | 5 | 42 | 12F | 4C | 13 |
| Octal | 126 | 14 | 122 | 0 | 126 | 5 | 102 | 457 | 114 | 23 |
| Binary | 1010110 | 1100 | 1010010 | 0 | 1010110 | 101 | 1000010 | 100101111 | 1001100 | 10011 |
Color Harmonies of #560C52
Complementary color
Monochromatic Colors of #560C52
Black with #560C52
Text Example
Text Example
White with #560C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560C52; }
p { color: rgb(86,12,82); }
H1.HeaderClassName
{
color: #560C52;
}
.AnyTagClassName
{
color: #560C52;
}
</style>
background-color css
<style>
a { background-color: #560C52; }
a { background-color: rgb(86,12,82); }
div.DivClassName
{
background-color: #560C52;
}
.BgClassName
{
background-color: #560C52;
}
</style>
border-color css
<style>
span { border-color: #560C52; }
span { border-color: rgb(86,12,82); }
td.TdClassName
{
border-color: #560C52;
}
.TagClassName
{
border-color: #560C52;
}
</style>