Shades of Palatinate Purple #600759
Tints of Palatinate Purple #600759
RGB
CMYK
RGB Variations
Color information
#600759 (or 0x600759) is known color: Palatinate Purple. HEX triplet: 60, 07 and 59. RGB value is (96,7,89). Sum of RGB (Red+Green+Blue) = 96+7+89=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #600759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600759 is #9FF8A6. Grayscale: #2A2A2A. Windows color (decimal): -10483879 or 5834592. OLE color: 5834592.
HSL color Cylindrical-coordinate representation of color #600759: hue angle of 304.72º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #600759 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 7 | 89 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.62 |
| HSL | 304.72º | 0.86% | 0.2% | - |
| HSV(B) | 304.72º | 0.93% | 0.38% | - |
| XYZ | 6.7 | 3.36 | 9.75 | - |
| YUV | 42.96 | 153.99 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 7 | 89 | 0 | 0.93 | 0.07 | 0.62 | 304.72 | 0.86 | 0.2 |
| Hex | 60 | 7 | 59 | 0 | 5D | 7 | 3E | 131 | 56 | 14 |
| Octal | 140 | 7 | 131 | 0 | 135 | 7 | 76 | 461 | 126 | 24 |
| Binary | 1100000 | 111 | 1011001 | 0 | 1011101 | 111 | 111110 | 100110001 | 1010110 | 10100 |
Color Harmonies of #600759
Complementary color
Monochromatic Colors of #600759
Black with #600759
Text Example
Text Example
White with #600759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600759; }
p { color: rgb(96,7,89); }
H1.HeaderClassName
{
color: #600759;
}
.AnyTagClassName
{
color: #600759;
}
</style>
background-color css
<style>
a { background-color: #600759; }
a { background-color: rgb(96,7,89); }
div.DivClassName
{
background-color: #600759;
}
.BgClassName
{
background-color: #600759;
}
</style>
border-color css
<style>
span { border-color: #600759; }
span { border-color: rgb(96,7,89); }
td.TdClassName
{
border-color: #600759;
}
.TagClassName
{
border-color: #600759;
}
</style>