Shades of Palatinate Purple #560F50
Tints of Palatinate Purple #560F50
RGB
CMYK
RGB Variations
Color information
#560F50 (or 0x560F50) is known color: Palatinate Purple. HEX triplet: 56, 0F and 50. RGB value is (86,15,80). Sum of RGB (Red+Green+Blue) = 86+15+80=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 86 - color contains mainly: red. Hex color #560F50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560F50 is #A9F0AF. Grayscale: #2B2B2B. Windows color (decimal): -11137200 or 5246806. OLE color: 5246806.
HSL color Cylindrical-coordinate representation of color #560F50: hue angle of 305.07º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #560F50 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 15 | 80 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.66 |
| HSL | 305.07º | 0.7% | 0.2% | - |
| HSV(B) | 305.07º | 0.83% | 0.34% | - |
| XYZ | 5.46 | 2.9 | 7.86 | - |
| YUV | 43.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 15 | 80 | 0 | 0.83 | 0.07 | 0.66 | 305.07 | 0.7 | 0.2 |
| Hex | 56 | F | 50 | 0 | 53 | 7 | 42 | 131 | 46 | 14 |
| Octal | 126 | 17 | 120 | 0 | 123 | 7 | 102 | 461 | 106 | 24 |
| Binary | 1010110 | 1111 | 1010000 | 0 | 1010011 | 111 | 1000010 | 100110001 | 1000110 | 10100 |
Color Harmonies of #560F50
Complementary color
Monochromatic Colors of #560F50
Black with #560F50
Text Example
Text Example
White with #560F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560F50; }
p { color: rgb(86,15,80); }
H1.HeaderClassName
{
color: #560F50;
}
.AnyTagClassName
{
color: #560F50;
}
</style>
background-color css
<style>
a { background-color: #560F50; }
a { background-color: rgb(86,15,80); }
div.DivClassName
{
background-color: #560F50;
}
.BgClassName
{
background-color: #560F50;
}
</style>
border-color css
<style>
span { border-color: #560F50; }
span { border-color: rgb(86,15,80); }
td.TdClassName
{
border-color: #560F50;
}
.TagClassName
{
border-color: #560F50;
}
</style>