Shades of Palatinate Purple #610D54
Tints of Palatinate Purple #610D54
RGB
CMYK
RGB Variations
Color information
#610D54 (or 0x610D54) is known color: Palatinate Purple. HEX triplet: 61, 0D and 54. RGB value is (97,13,84). Sum of RGB (Red+Green+Blue) = 97+13+84=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 84 (33.20% from 255 or 43.30% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #610D54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610D54 is #9EF2AB. Grayscale: #2E2E2E. Windows color (decimal): -10416812 or 5508449. OLE color: 5508449.
HSL color Cylindrical-coordinate representation of color #610D54: hue angle of 309.29º 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 #610D54 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 13 | 84 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.62 |
| HSL | 309.29º | 0.76% | 0.22% | - |
| HSV(B) | 309.29º | 0.87% | 0.38% | - |
| XYZ | 6.67 | 3.47 | 8.71 | - |
| YUV | 46.21 | 149.33 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 13 | 84 | 0 | 0.87 | 0.13 | 0.62 | 309.29 | 0.76 | 0.22 |
| Hex | 61 | D | 54 | 0 | 57 | D | 3E | 135 | 4C | 16 |
| Octal | 141 | 15 | 124 | 0 | 127 | 15 | 76 | 465 | 114 | 26 |
| Binary | 1100001 | 1101 | 1010100 | 0 | 1010111 | 1101 | 111110 | 100110101 | 1001100 | 10110 |
Color Harmonies of #610D54
Complementary color
Monochromatic Colors of #610D54
Black with #610D54
Text Example
Text Example
White with #610D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610D54; }
p { color: rgb(97,13,84); }
H1.HeaderClassName
{
color: #610D54;
}
.AnyTagClassName
{
color: #610D54;
}
</style>
background-color css
<style>
a { background-color: #610D54; }
a { background-color: rgb(97,13,84); }
div.DivClassName
{
background-color: #610D54;
}
.BgClassName
{
background-color: #610D54;
}
</style>
border-color css
<style>
span { border-color: #610D54; }
span { border-color: rgb(97,13,84); }
td.TdClassName
{
border-color: #610D54;
}
.TagClassName
{
border-color: #610D54;
}
</style>