Shades of Palatinate Purple #610D58
Tints of Palatinate Purple #610D58
RGB
CMYK
RGB Variations
Color information
#610D58 (or 0x610D58) is known color: Palatinate Purple. HEX triplet: 61, 0D and 58. RGB value is (97,13,88). Sum of RGB (Red+Green+Blue) = 97+13+88=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 13 (5.47% from 255 or 6.57% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #610D58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610D58 is #9EF2A7. Grayscale: #2E2E2E. Windows color (decimal): -10416808 or 5770593. OLE color: 5770593.
HSL color Cylindrical-coordinate representation of color #610D58: hue angle of 306.43º 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 #610D58 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 13 | 88 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.62 |
| HSL | 306.43º | 0.76% | 0.22% | - |
| HSV(B) | 306.43º | 0.87% | 0.38% | - |
| XYZ | 6.84 | 3.53 | 9.55 | - |
| YUV | 46.67 | 151.33 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 13 | 88 | 0 | 0.87 | 0.09 | 0.62 | 306.43 | 0.76 | 0.22 |
| Hex | 61 | D | 58 | 0 | 57 | 9 | 3E | 132 | 4C | 16 |
| Octal | 141 | 15 | 130 | 0 | 127 | 11 | 76 | 462 | 114 | 26 |
| Binary | 1100001 | 1101 | 1011000 | 0 | 1010111 | 1001 | 111110 | 100110010 | 1001100 | 10110 |
Color Harmonies of #610D58
Complementary color
Monochromatic Colors of #610D58
Black with #610D58
Text Example
Text Example
White with #610D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610D58; }
p { color: rgb(97,13,88); }
H1.HeaderClassName
{
color: #610D58;
}
.AnyTagClassName
{
color: #610D58;
}
</style>
background-color css
<style>
a { background-color: #610D58; }
a { background-color: rgb(97,13,88); }
div.DivClassName
{
background-color: #610D58;
}
.BgClassName
{
background-color: #610D58;
}
</style>
border-color css
<style>
span { border-color: #610D58; }
span { border-color: rgb(97,13,88); }
td.TdClassName
{
border-color: #610D58;
}
.TagClassName
{
border-color: #610D58;
}
</style>