Shades of Palatinate Purple #610A58
Tints of Palatinate Purple #610A58
RGB
CMYK
RGB Variations
Color information
#610A58 (or 0x610A58) is known color: Palatinate Purple. HEX triplet: 61, 0A and 58. RGB value is (97,10,88). Sum of RGB (Red+Green+Blue) = 97+10+88=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 10 (4.30% from 255 or 5.13% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #610A58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610A58 is #9EF5A7. Grayscale: #2C2C2C. Windows color (decimal): -10417576 or 5769825. OLE color: 5769825.
HSL color Cylindrical-coordinate representation of color #610A58: hue angle of 306.21º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #610A58 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 10 | 88 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.62 |
| HSL | 306.21º | 0.81% | 0.21% | - |
| HSV(B) | 306.21º | 0.9% | 0.38% | - |
| XYZ | 6.8 | 3.46 | 9.54 | - |
| YUV | 44.91 | 152.32 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 10 | 88 | 0 | 0.90 | 0.09 | 0.62 | 306.21 | 0.81 | 0.21 |
| Hex | 61 | A | 58 | 0 | 5A | 9 | 3E | 132 | 51 | 15 |
| Octal | 141 | 12 | 130 | 0 | 132 | 11 | 76 | 462 | 121 | 25 |
| Binary | 1100001 | 1010 | 1011000 | 0 | 1011010 | 1001 | 111110 | 100110010 | 1010001 | 10101 |
Color Harmonies of #610A58
Complementary color
Monochromatic Colors of #610A58
Black with #610A58
Text Example
Text Example
White with #610A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610A58; }
p { color: rgb(97,10,88); }
H1.HeaderClassName
{
color: #610A58;
}
.AnyTagClassName
{
color: #610A58;
}
</style>
background-color css
<style>
a { background-color: #610A58; }
a { background-color: rgb(97,10,88); }
div.DivClassName
{
background-color: #610A58;
}
.BgClassName
{
background-color: #610A58;
}
</style>
border-color css
<style>
span { border-color: #610A58; }
span { border-color: rgb(97,10,88); }
td.TdClassName
{
border-color: #610A58;
}
.TagClassName
{
border-color: #610A58;
}
</style>