Shades of Palatinate Purple #610C59
Tints of Palatinate Purple #610C59
RGB
CMYK
RGB Variations
Color information
#610C59 (or 0x610C59) is known color: Palatinate Purple. HEX triplet: 61, 0C and 59. RGB value is (97,12,89). Sum of RGB (Red+Green+Blue) = 97+12+89=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #610C59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610C59 is #9EF3A6. Grayscale: #2D2D2D. Windows color (decimal): -10417063 or 5835873. OLE color: 5835873.
HSL color Cylindrical-coordinate representation of color #610C59: hue angle of 305.65º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #610C59 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 12 | 89 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.62 |
| HSL | 305.65º | 0.78% | 0.21% | - |
| HSV(B) | 305.65º | 0.88% | 0.38% | - |
| XYZ | 6.86 | 3.53 | 9.77 | - |
| YUV | 46.19 | 152.16 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 12 | 89 | 0 | 0.88 | 0.08 | 0.62 | 305.65 | 0.78 | 0.21 |
| Hex | 61 | C | 59 | 0 | 58 | 8 | 3E | 132 | 4E | 15 |
| Octal | 141 | 14 | 131 | 0 | 130 | 10 | 76 | 462 | 116 | 25 |
| Binary | 1100001 | 1100 | 1011001 | 0 | 1011000 | 1000 | 111110 | 100110010 | 1001110 | 10101 |
Color Harmonies of #610C59
Complementary color
Monochromatic Colors of #610C59
Black with #610C59
Text Example
Text Example
White with #610C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610C59; }
p { color: rgb(97,12,89); }
H1.HeaderClassName
{
color: #610C59;
}
.AnyTagClassName
{
color: #610C59;
}
</style>
background-color css
<style>
a { background-color: #610C59; }
a { background-color: rgb(97,12,89); }
div.DivClassName
{
background-color: #610C59;
}
.BgClassName
{
background-color: #610C59;
}
</style>
border-color css
<style>
span { border-color: #610C59; }
span { border-color: rgb(97,12,89); }
td.TdClassName
{
border-color: #610C59;
}
.TagClassName
{
border-color: #610C59;
}
</style>