Shades of Palatinate Purple #610E68
Tints of Palatinate Purple #610E68
RGB
CMYK
RGB Variations
Color information
#610E68 (or 0x610E68) is known color: Palatinate Purple. HEX triplet: 61, 0E and 68. RGB value is (97,14,104). Sum of RGB (Red+Green+Blue) = 97+14+104=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #610E68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610E68 is #9EF197. Grayscale: #303030. Windows color (decimal): -10416536 or 6819425. OLE color: 6819425.
HSL color Cylindrical-coordinate representation of color #610E68: hue angle of 295.33º 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 #610E68 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 14 | 104 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.59 |
| HSL | 295.33º | 0.76% | 0.23% | - |
| HSV(B) | 295.33º | 0.87% | 0.41% | - |
| XYZ | 7.59 | 3.85 | 13.44 | - |
| YUV | 49.08 | 159 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 14 | 104 | 0.07 | 0.87 | 0 | 0.59 | 295.33 | 0.76 | 0.23 |
| Hex | 61 | E | 68 | 7 | 57 | 0 | 3B | 127 | 4C | 17 |
| Octal | 141 | 16 | 150 | 7 | 127 | 0 | 73 | 447 | 114 | 27 |
| Binary | 1100001 | 1110 | 1101000 | 111 | 1010111 | 0 | 111011 | 100100111 | 1001100 | 10111 |
Color Harmonies of #610E68
Complementary color
Monochromatic Colors of #610E68
Black with #610E68
Text Example
Text Example
White with #610E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610E68; }
p { color: rgb(97,14,104); }
H1.HeaderClassName
{
color: #610E68;
}
.AnyTagClassName
{
color: #610E68;
}
</style>
background-color css
<style>
a { background-color: #610E68; }
a { background-color: rgb(97,14,104); }
div.DivClassName
{
background-color: #610E68;
}
.BgClassName
{
background-color: #610E68;
}
</style>
border-color css
<style>
span { border-color: #610E68; }
span { border-color: rgb(97,14,104); }
td.TdClassName
{
border-color: #610E68;
}
.TagClassName
{
border-color: #610E68;
}
</style>