Shades of Palatinate Purple #600A59
Tints of Palatinate Purple #600A59
RGB
CMYK
RGB Variations
Color information
#600A59 (or 0x600A59) is known color: Palatinate Purple. HEX triplet: 60, 0A and 59. RGB value is (96,10,89). Sum of RGB (Red+Green+Blue) = 96+10+89=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 10 (4.30% from 255 or 5.13% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #600A59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600A59 is #9FF5A6. Grayscale: #2C2C2C. Windows color (decimal): -10483111 or 5835360. OLE color: 5835360.
HSL color Cylindrical-coordinate representation of color #600A59: hue angle of 304.88º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #600A59 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 10 | 89 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.62 |
| HSL | 304.88º | 0.81% | 0.21% | - |
| HSV(B) | 304.88º | 0.9% | 0.38% | - |
| XYZ | 6.74 | 3.43 | 9.76 | - |
| YUV | 44.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 10 | 89 | 0 | 0.90 | 0.07 | 0.62 | 304.88 | 0.81 | 0.21 |
| Hex | 60 | A | 59 | 0 | 5A | 7 | 3E | 131 | 51 | 15 |
| Octal | 140 | 12 | 131 | 0 | 132 | 7 | 76 | 461 | 121 | 25 |
| Binary | 1100000 | 1010 | 1011001 | 0 | 1011010 | 111 | 111110 | 100110001 | 1010001 | 10101 |
Color Harmonies of #600A59
Complementary color
Monochromatic Colors of #600A59
Black with #600A59
Text Example
Text Example
White with #600A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600A59; }
p { color: rgb(96,10,89); }
H1.HeaderClassName
{
color: #600A59;
}
.AnyTagClassName
{
color: #600A59;
}
</style>
background-color css
<style>
a { background-color: #600A59; }
a { background-color: rgb(96,10,89); }
div.DivClassName
{
background-color: #600A59;
}
.BgClassName
{
background-color: #600A59;
}
</style>
border-color css
<style>
span { border-color: #600A59; }
span { border-color: rgb(96,10,89); }
td.TdClassName
{
border-color: #600A59;
}
.TagClassName
{
border-color: #600A59;
}
</style>