Shades of Palatinate Purple #610A68
Tints of Palatinate Purple #610A68
RGB
CMYK
RGB Variations
Color information
#610A68 (or 0x610A68) is known color: Palatinate Purple. HEX triplet: 61, 0A and 68. RGB value is (97,10,104). Sum of RGB (Red+Green+Blue) = 97+10+104=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #610A68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610A68 is #9EF597. Grayscale: #2E2E2E. Windows color (decimal): -10417560 or 6818401. OLE color: 6818401.
HSL color Cylindrical-coordinate representation of color #610A68: hue angle of 295.53º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #610A68 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 10 | 104 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.59 |
| HSL | 295.53º | 0.82% | 0.22% | - |
| HSV(B) | 295.53º | 0.9% | 0.41% | - |
| XYZ | 7.54 | 3.76 | 13.42 | - |
| YUV | 46.73 | 160.32 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 10 | 104 | 0.07 | 0.90 | 0 | 0.59 | 295.53 | 0.82 | 0.22 |
| Hex | 61 | A | 68 | 7 | 5A | 0 | 3B | 128 | 52 | 16 |
| Octal | 141 | 12 | 150 | 7 | 132 | 0 | 73 | 450 | 122 | 26 |
| Binary | 1100001 | 1010 | 1101000 | 111 | 1011010 | 0 | 111011 | 100101000 | 1010010 | 10110 |
Color Harmonies of #610A68
Complementary color
Monochromatic Colors of #610A68
Black with #610A68
Text Example
Text Example
White with #610A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610A68; }
p { color: rgb(97,10,104); }
H1.HeaderClassName
{
color: #610A68;
}
.AnyTagClassName
{
color: #610A68;
}
</style>
background-color css
<style>
a { background-color: #610A68; }
a { background-color: rgb(97,10,104); }
div.DivClassName
{
background-color: #610A68;
}
.BgClassName
{
background-color: #610A68;
}
</style>
border-color css
<style>
span { border-color: #610A68; }
span { border-color: rgb(97,10,104); }
td.TdClassName
{
border-color: #610A68;
}
.TagClassName
{
border-color: #610A68;
}
</style>