Shades of Palatinate Purple #610864
Tints of Palatinate Purple #610864
RGB
CMYK
RGB Variations
Color information
#610864 (or 0x610864) is known color: Palatinate Purple. HEX triplet: 61, 08 and 64. RGB value is (97,8,100). Sum of RGB (Red+Green+Blue) = 97+8+100=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 100 (39.45% from 255 or 48.78% from 205); Max value from RGB is 100 - color contains mainly: blue. Hex color #610864 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610864 is #9EF79B. Grayscale: #2C2C2C. Windows color (decimal): -10418076 or 6555745. OLE color: 6555745.
HSL color Cylindrical-coordinate representation of color #610864: hue angle of 298.04º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #610864 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 8 | 100 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.61 |
| HSL | 298.04º | 0.85% | 0.21% | - |
| HSV(B) | 298.04º | 0.92% | 0.39% | - |
| XYZ | 7.32 | 3.64 | 12.37 | - |
| YUV | 45.1 | 158.99 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 8 | 100 | 0.03 | 0.92 | 0 | 0.61 | 298.04 | 0.85 | 0.21 |
| Hex | 61 | 8 | 64 | 3 | 5C | 0 | 3D | 12A | 55 | 15 |
| Octal | 141 | 10 | 144 | 3 | 134 | 0 | 75 | 452 | 125 | 25 |
| Binary | 1100001 | 1000 | 1100100 | 11 | 1011100 | 0 | 111101 | 100101010 | 1010101 | 10101 |
Color Harmonies of #610864
Complementary color
Monochromatic Colors of #610864
Black with #610864
Text Example
Text Example
White with #610864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610864; }
p { color: rgb(97,8,100); }
H1.HeaderClassName
{
color: #610864;
}
.AnyTagClassName
{
color: #610864;
}
</style>
background-color css
<style>
a { background-color: #610864; }
a { background-color: rgb(97,8,100); }
div.DivClassName
{
background-color: #610864;
}
.BgClassName
{
background-color: #610864;
}
</style>
border-color css
<style>
span { border-color: #610864; }
span { border-color: rgb(97,8,100); }
td.TdClassName
{
border-color: #610864;
}
.TagClassName
{
border-color: #610864;
}
</style>