Shades of Palatinate Purple #56005B
Tints of Palatinate Purple #56005B
RGB
CMYK
RGB Variations
Color information
#56005B (or 0x56005B) is known color: Palatinate Purple. HEX triplet: 56, 00 and 5B. RGB value is (86,0,91). Sum of RGB (Red+Green+Blue) = 86+0+91=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #56005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56005B is #A9FFA4. Grayscale: #232323. Windows color (decimal): -11141029 or 5963862. OLE color: 5963862.
HSL color Cylindrical-coordinate representation of color #56005B: hue angle of 296.7º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #56005B is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 0 | 91 | - |
| CMYK | 0.05 | 1 | 0 | 0.64 |
| HSL | 296.7º | 1% | 0.18% | - |
| HSV(B) | 296.7º | 1% | 0.36% | - |
| XYZ | 5.73 | 2.73 | 10.12 | - |
| YUV | 36.09 | 158.99 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 0 | 91 | 0.05 | 1 | 0 | 0.64 | 296.7 | 1 | 0.18 |
| Hex | 56 | 0 | 5B | 5 | 64 | 0 | 40 | 129 | 64 | 12 |
| Octal | 126 | 0 | 133 | 5 | 144 | 0 | 100 | 451 | 144 | 22 |
| Binary | 1010110 | 0 | 1011011 | 101 | 1100100 | 0 | 1000000 | 100101001 | 1100100 | 10010 |
Color Harmonies of #56005B
Complementary color
Monochromatic Colors of #56005B
Black with #56005B
Text Example
Text Example
White with #56005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56005B; }
p { color: rgb(86,0,91); }
H1.HeaderClassName
{
color: #56005B;
}
.AnyTagClassName
{
color: #56005B;
}
</style>
background-color css
<style>
a { background-color: #56005B; }
a { background-color: rgb(86,0,91); }
div.DivClassName
{
background-color: #56005B;
}
.BgClassName
{
background-color: #56005B;
}
</style>
border-color css
<style>
span { border-color: #56005B; }
span { border-color: rgb(86,0,91); }
td.TdClassName
{
border-color: #56005B;
}
.TagClassName
{
border-color: #56005B;
}
</style>