Shades of Palatinate Purple #610D53
Tints of Palatinate Purple #610D53
RGB
CMYK
RGB Variations
Color information
#610D53 (or 0x610D53) is known color: Palatinate Purple. HEX triplet: 61, 0D and 53. RGB value is (97,13,83). Sum of RGB (Red+Green+Blue) = 97+13+83=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #610D53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610D53 is #9EF2AC. Grayscale: #2D2D2D. Windows color (decimal): -10416813 or 5442913. OLE color: 5442913.
HSL color Cylindrical-coordinate representation of color #610D53: hue angle of 310º 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 #610D53 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 13 | 83 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.62 |
| HSL | 310º | 0.76% | 0.22% | - |
| HSV(B) | 310º | 0.87% | 0.38% | - |
| XYZ | 6.64 | 3.45 | 8.5 | - |
| YUV | 46.1 | 148.83 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 13 | 83 | 0 | 0.87 | 0.14 | 0.62 | 310 | 0.76 | 0.22 |
| Hex | 61 | D | 53 | 0 | 57 | E | 3E | 136 | 4C | 16 |
| Octal | 141 | 15 | 123 | 0 | 127 | 16 | 76 | 466 | 114 | 26 |
| Binary | 1100001 | 1101 | 1010011 | 0 | 1010111 | 1110 | 111110 | 100110110 | 1001100 | 10110 |
Color Harmonies of #610D53
Complementary color
Monochromatic Colors of #610D53
Black with #610D53
Text Example
Text Example
White with #610D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610D53; }
p { color: rgb(97,13,83); }
H1.HeaderClassName
{
color: #610D53;
}
.AnyTagClassName
{
color: #610D53;
}
</style>
background-color css
<style>
a { background-color: #610D53; }
a { background-color: rgb(97,13,83); }
div.DivClassName
{
background-color: #610D53;
}
.BgClassName
{
background-color: #610D53;
}
</style>
border-color css
<style>
span { border-color: #610D53; }
span { border-color: rgb(97,13,83); }
td.TdClassName
{
border-color: #610D53;
}
.TagClassName
{
border-color: #610D53;
}
</style>