Shades of Palatinate Purple #610D69
Tints of Palatinate Purple #610D69
RGB
CMYK
RGB Variations
Color information
#610D69 (or 0x610D69) is known color: Palatinate Purple. HEX triplet: 61, 0D and 69. RGB value is (97,13,105). Sum of RGB (Red+Green+Blue) = 97+13+105=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 13 (5.47% from 255 or 6.05% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 105 - color contains mainly: blue. Hex color #610D69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610D69 is #9EF296. Grayscale: #303030. Windows color (decimal): -10416791 or 6884705. OLE color: 6884705.
HSL color Cylindrical-coordinate representation of color #610D69: hue angle of 294.78º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #610D69 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 13 | 105 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.59 |
| HSL | 294.78º | 0.78% | 0.23% | - |
| HSV(B) | 294.78º | 0.88% | 0.41% | - |
| XYZ | 7.62 | 3.85 | 13.71 | - |
| YUV | 48.6 | 159.83 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 13 | 105 | 0.08 | 0.88 | 0 | 0.59 | 294.78 | 0.78 | 0.23 |
| Hex | 61 | D | 69 | 8 | 58 | 0 | 3B | 127 | 4E | 17 |
| Octal | 141 | 15 | 151 | 10 | 130 | 0 | 73 | 447 | 116 | 27 |
| Binary | 1100001 | 1101 | 1101001 | 1000 | 1011000 | 0 | 111011 | 100100111 | 1001110 | 10111 |
Color Harmonies of #610D69
Complementary color
Monochromatic Colors of #610D69
Black with #610D69
Text Example
Text Example
White with #610D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610D69; }
p { color: rgb(97,13,105); }
H1.HeaderClassName
{
color: #610D69;
}
.AnyTagClassName
{
color: #610D69;
}
</style>
background-color css
<style>
a { background-color: #610D69; }
a { background-color: rgb(97,13,105); }
div.DivClassName
{
background-color: #610D69;
}
.BgClassName
{
background-color: #610D69;
}
</style>
border-color css
<style>
span { border-color: #610D69; }
span { border-color: rgb(97,13,105); }
td.TdClassName
{
border-color: #610D69;
}
.TagClassName
{
border-color: #610D69;
}
</style>