Shades of Palatinate Purple #610D57
Tints of Palatinate Purple #610D57
RGB
CMYK
RGB Variations
Color information
#610D57 (or 0x610D57) is known color: Palatinate Purple. HEX triplet: 61, 0D and 57. RGB value is (97,13,87). Sum of RGB (Red+Green+Blue) = 97+13+87=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #610D57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610D57 is #9EF2A8. Grayscale: #2E2E2E. Windows color (decimal): -10416809 or 5705057. OLE color: 5705057.
HSL color Cylindrical-coordinate representation of color #610D57: hue angle of 307.14º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #610D57 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 13 | 87 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.62 |
| HSL | 307.14º | 0.76% | 0.22% | - |
| HSV(B) | 307.14º | 0.87% | 0.38% | - |
| XYZ | 6.79 | 3.52 | 9.34 | - |
| YUV | 46.55 | 150.83 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 13 | 87 | 0 | 0.87 | 0.10 | 0.62 | 307.14 | 0.76 | 0.22 |
| Hex | 61 | D | 57 | 0 | 57 | A | 3E | 133 | 4C | 16 |
| Octal | 141 | 15 | 127 | 0 | 127 | 12 | 76 | 463 | 114 | 26 |
| Binary | 1100001 | 1101 | 1010111 | 0 | 1010111 | 1010 | 111110 | 100110011 | 1001100 | 10110 |
Color Harmonies of #610D57
Complementary color
Monochromatic Colors of #610D57
Black with #610D57
Text Example
Text Example
White with #610D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610D57; }
p { color: rgb(97,13,87); }
H1.HeaderClassName
{
color: #610D57;
}
.AnyTagClassName
{
color: #610D57;
}
</style>
background-color css
<style>
a { background-color: #610D57; }
a { background-color: rgb(97,13,87); }
div.DivClassName
{
background-color: #610D57;
}
.BgClassName
{
background-color: #610D57;
}
</style>
border-color css
<style>
span { border-color: #610D57; }
span { border-color: rgb(97,13,87); }
td.TdClassName
{
border-color: #610D57;
}
.TagClassName
{
border-color: #610D57;
}
</style>