Shades of Palatinate Purple #610E53
Tints of Palatinate Purple #610E53
RGB
CMYK
RGB Variations
Color information
#610E53 (or 0x610E53) is known color: Palatinate Purple. HEX triplet: 61, 0E and 53. RGB value is (97,14,83). Sum of RGB (Red+Green+Blue) = 97+14+83=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #610E53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610E53 is #9EF1AC. Grayscale: #2E2E2E. Windows color (decimal): -10416557 or 5443169. OLE color: 5443169.
HSL color Cylindrical-coordinate representation of color #610E53: hue angle of 310.12º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #610E53 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 14 | 83 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.62 |
| HSL | 310.12º | 0.75% | 0.22% | - |
| HSV(B) | 310.12º | 0.86% | 0.38% | - |
| XYZ | 6.65 | 3.48 | 8.5 | - |
| YUV | 46.68 | 148.5 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 14 | 83 | 0 | 0.86 | 0.14 | 0.62 | 310.12 | 0.75 | 0.22 |
| Hex | 61 | E | 53 | 0 | 56 | E | 3E | 136 | 4B | 16 |
| Octal | 141 | 16 | 123 | 0 | 126 | 16 | 76 | 466 | 113 | 26 |
| Binary | 1100001 | 1110 | 1010011 | 0 | 1010110 | 1110 | 111110 | 100110110 | 1001011 | 10110 |
Color Harmonies of #610E53
Complementary color
Monochromatic Colors of #610E53
Black with #610E53
Text Example
Text Example
White with #610E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610E53; }
p { color: rgb(97,14,83); }
H1.HeaderClassName
{
color: #610E53;
}
.AnyTagClassName
{
color: #610E53;
}
</style>
background-color css
<style>
a { background-color: #610E53; }
a { background-color: rgb(97,14,83); }
div.DivClassName
{
background-color: #610E53;
}
.BgClassName
{
background-color: #610E53;
}
</style>
border-color css
<style>
span { border-color: #610E53; }
span { border-color: rgb(97,14,83); }
td.TdClassName
{
border-color: #610E53;
}
.TagClassName
{
border-color: #610E53;
}
</style>