Shades of Palatinate Purple #610D5D
Tints of Palatinate Purple #610D5D
RGB
CMYK
RGB Variations
Color information
#610D5D (or 0x610D5D) is known color: Palatinate Purple. HEX triplet: 61, 0D and 5D. RGB value is (97,13,93). Sum of RGB (Red+Green+Blue) = 97+13+93=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #610D5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610D5D is #9EF2A2. Grayscale: #2F2F2F. Windows color (decimal): -10416803 or 6098273. OLE color: 6098273.
HSL color Cylindrical-coordinate representation of color #610D5D: hue angle of 302.86º 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 #610D5D is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 13 | 93 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.62 |
| HSL | 302.86º | 0.76% | 0.22% | - |
| HSV(B) | 302.86º | 0.87% | 0.38% | - |
| XYZ | 7.05 | 3.62 | 10.68 | - |
| YUV | 47.24 | 153.83 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 13 | 93 | 0 | 0.87 | 0.04 | 0.62 | 302.86 | 0.76 | 0.22 |
| Hex | 61 | D | 5D | 0 | 57 | 4 | 3E | 12F | 4C | 16 |
| Octal | 141 | 15 | 135 | 0 | 127 | 4 | 76 | 457 | 114 | 26 |
| Binary | 1100001 | 1101 | 1011101 | 0 | 1010111 | 100 | 111110 | 100101111 | 1001100 | 10110 |
Color Harmonies of #610D5D
Complementary color
Monochromatic Colors of #610D5D
Black with #610D5D
Text Example
Text Example
White with #610D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610D5D; }
p { color: rgb(97,13,93); }
H1.HeaderClassName
{
color: #610D5D;
}
.AnyTagClassName
{
color: #610D5D;
}
</style>
background-color css
<style>
a { background-color: #610D5D; }
a { background-color: rgb(97,13,93); }
div.DivClassName
{
background-color: #610D5D;
}
.BgClassName
{
background-color: #610D5D;
}
</style>
border-color css
<style>
span { border-color: #610D5D; }
span { border-color: rgb(97,13,93); }
td.TdClassName
{
border-color: #610D5D;
}
.TagClassName
{
border-color: #610D5D;
}
</style>