Shades of Palatinate Purple #610E69
Tints of Palatinate Purple #610E69
RGB
CMYK
RGB Variations
Color information
#610E69 (or 0x610E69) is known color: Palatinate Purple. HEX triplet: 61, 0E and 69. RGB value is (97,14,105). Sum of RGB (Red+Green+Blue) = 97+14+105=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #610E69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610E69 is #9EF196. Grayscale: #303030. Windows color (decimal): -10416535 or 6884961. OLE color: 6884961.
HSL color Cylindrical-coordinate representation of color #610E69: hue angle of 294.73º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #610E69 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 14 | 105 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.59 |
| HSL | 294.73º | 0.76% | 0.23% | - |
| HSV(B) | 294.73º | 0.87% | 0.41% | - |
| XYZ | 7.64 | 3.88 | 13.71 | - |
| YUV | 49.19 | 159.5 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 14 | 105 | 0.08 | 0.87 | 0 | 0.59 | 294.73 | 0.76 | 0.23 |
| Hex | 61 | E | 69 | 8 | 57 | 0 | 3B | 127 | 4C | 17 |
| Octal | 141 | 16 | 151 | 10 | 127 | 0 | 73 | 447 | 114 | 27 |
| Binary | 1100001 | 1110 | 1101001 | 1000 | 1010111 | 0 | 111011 | 100100111 | 1001100 | 10111 |
Color Harmonies of #610E69
Complementary color
Monochromatic Colors of #610E69
Black with #610E69
Text Example
Text Example
White with #610E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610E69; }
p { color: rgb(97,14,105); }
H1.HeaderClassName
{
color: #610E69;
}
.AnyTagClassName
{
color: #610E69;
}
</style>
background-color css
<style>
a { background-color: #610E69; }
a { background-color: rgb(97,14,105); }
div.DivClassName
{
background-color: #610E69;
}
.BgClassName
{
background-color: #610E69;
}
</style>
border-color css
<style>
span { border-color: #610E69; }
span { border-color: rgb(97,14,105); }
td.TdClassName
{
border-color: #610E69;
}
.TagClassName
{
border-color: #610E69;
}
</style>