Shades of Palatinate Purple #600556
Tints of Palatinate Purple #600556
RGB
CMYK
RGB Variations
Color information
#600556 (or 0x600556) is known color: Palatinate Purple. HEX triplet: 60, 05 and 56. RGB value is (96,5,86). Sum of RGB (Red+Green+Blue) = 96+5+86=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 86 (33.98% from 255 or 45.99% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #600556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600556 is #9FFAA9. Grayscale: #292929. Windows color (decimal): -10484394 or 5637472. OLE color: 5637472.
HSL color Cylindrical-coordinate representation of color #600556: hue angle of 306.59º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600556 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 5 | 86 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.62 |
| HSL | 306.59º | 0.9% | 0.2% | - |
| HSV(B) | 306.59º | 0.95% | 0.38% | - |
| XYZ | 6.56 | 3.27 | 9.09 | - |
| YUV | 41.44 | 153.15 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 5 | 86 | 0 | 0.95 | 0.10 | 0.62 | 306.59 | 0.9 | 0.2 |
| Hex | 60 | 5 | 56 | 0 | 5F | A | 3E | 133 | 5A | 14 |
| Octal | 140 | 5 | 126 | 0 | 137 | 12 | 76 | 463 | 132 | 24 |
| Binary | 1100000 | 101 | 1010110 | 0 | 1011111 | 1010 | 111110 | 100110011 | 1011010 | 10100 |
Color Harmonies of #600556
Complementary color
Monochromatic Colors of #600556
Black with #600556
Text Example
Text Example
White with #600556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600556; }
p { color: rgb(96,5,86); }
H1.HeaderClassName
{
color: #600556;
}
.AnyTagClassName
{
color: #600556;
}
</style>
background-color css
<style>
a { background-color: #600556; }
a { background-color: rgb(96,5,86); }
div.DivClassName
{
background-color: #600556;
}
.BgClassName
{
background-color: #600556;
}
</style>
border-color css
<style>
span { border-color: #600556; }
span { border-color: rgb(96,5,86); }
td.TdClassName
{
border-color: #600556;
}
.TagClassName
{
border-color: #600556;
}
</style>