Shades of Palatinate Purple #610D56
Tints of Palatinate Purple #610D56
RGB
CMYK
RGB Variations
Color information
#610D56 (or 0x610D56) is known color: Palatinate Purple. HEX triplet: 61, 0D and 56. RGB value is (97,13,86). Sum of RGB (Red+Green+Blue) = 97+13+86=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #610D56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610D56 is #9EF2A9. Grayscale: #2E2E2E. Windows color (decimal): -10416810 or 5639521. OLE color: 5639521.
HSL color Cylindrical-coordinate representation of color #610D56: hue angle of 307.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 #610D56 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 13 | 86 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.62 |
| HSL | 307.86º | 0.76% | 0.22% | - |
| HSV(B) | 307.86º | 0.87% | 0.38% | - |
| XYZ | 6.75 | 3.5 | 9.12 | - |
| YUV | 46.44 | 150.33 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 13 | 86 | 0 | 0.87 | 0.11 | 0.62 | 307.86 | 0.76 | 0.22 |
| Hex | 61 | D | 56 | 0 | 57 | B | 3E | 134 | 4C | 16 |
| Octal | 141 | 15 | 126 | 0 | 127 | 13 | 76 | 464 | 114 | 26 |
| Binary | 1100001 | 1101 | 1010110 | 0 | 1010111 | 1011 | 111110 | 100110100 | 1001100 | 10110 |
Color Harmonies of #610D56
Complementary color
Monochromatic Colors of #610D56
Black with #610D56
Text Example
Text Example
White with #610D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610D56; }
p { color: rgb(97,13,86); }
H1.HeaderClassName
{
color: #610D56;
}
.AnyTagClassName
{
color: #610D56;
}
</style>
background-color css
<style>
a { background-color: #610D56; }
a { background-color: rgb(97,13,86); }
div.DivClassName
{
background-color: #610D56;
}
.BgClassName
{
background-color: #610D56;
}
</style>
border-color css
<style>
span { border-color: #610D56; }
span { border-color: rgb(97,13,86); }
td.TdClassName
{
border-color: #610D56;
}
.TagClassName
{
border-color: #610D56;
}
</style>