Shades of Palatinate Purple #610061
Tints of Palatinate Purple #610061
RGB
CMYK
RGB Variations
Color information
#610061 (or 0x610061) is known color: Palatinate Purple. HEX triplet: 61, 00 and 61. RGB value is (97,0,97). Sum of RGB (Red+Green+Blue) = 97+0+97=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #610061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610061 is #9EFF9E. Grayscale: #272727. Windows color (decimal): -10420127 or 6357089. OLE color: 6357089.
HSL color Cylindrical-coordinate representation of color #610061: hue angle of 300º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610061 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 0 | 97 | - |
| CMYK | 0 | 1 | 0 | 0.62 |
| HSL | 300º | 1% | 0.19% | - |
| HSV(B) | 300º | 1% | 0.38% | - |
| XYZ | 7.09 | 3.4 | 11.59 | - |
| YUV | 40.06 | 160.14 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 0 | 97 | 0 | 1 | 0 | 0.62 | 300 | 1 | 0.19 |
| Hex | 61 | 0 | 61 | 0 | 64 | 0 | 3E | 12C | 64 | 13 |
| Octal | 141 | 0 | 141 | 0 | 144 | 0 | 76 | 454 | 144 | 23 |
| Binary | 1100001 | 0 | 1100001 | 0 | 1100100 | 0 | 111110 | 100101100 | 1100100 | 10011 |
Color Harmonies of #610061
Complementary color
Monochromatic Colors of #610061
Black with #610061
Text Example
Text Example
White with #610061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610061; }
p { color: rgb(97,0,97); }
H1.HeaderClassName
{
color: #610061;
}
.AnyTagClassName
{
color: #610061;
}
</style>
background-color css
<style>
a { background-color: #610061; }
a { background-color: rgb(97,0,97); }
div.DivClassName
{
background-color: #610061;
}
.BgClassName
{
background-color: #610061;
}
</style>
border-color css
<style>
span { border-color: #610061; }
span { border-color: rgb(97,0,97); }
td.TdClassName
{
border-color: #610061;
}
.TagClassName
{
border-color: #610061;
}
</style>