Shades of Palatinate Purple #610F5A
Tints of Palatinate Purple #610F5A
RGB
CMYK
RGB Variations
Color information
#610F5A (or 0x610F5A) is known color: Palatinate Purple. HEX triplet: 61, 0F and 5A. RGB value is (97,15,90). Sum of RGB (Red+Green+Blue) = 97+15+90=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #610F5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610F5A is #9EF0A5. Grayscale: #2F2F2F. Windows color (decimal): -10416294 or 5902177. OLE color: 5902177.
HSL color Cylindrical-coordinate representation of color #610F5A: hue angle of 305.12º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #610F5A is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 15 | 90 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.62 |
| HSL | 305.12º | 0.73% | 0.22% | - |
| HSV(B) | 305.12º | 0.85% | 0.38% | - |
| XYZ | 6.95 | 3.62 | 10.01 | - |
| YUV | 48.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 15 | 90 | 0 | 0.85 | 0.07 | 0.62 | 305.12 | 0.73 | 0.22 |
| Hex | 61 | F | 5A | 0 | 55 | 7 | 3E | 131 | 49 | 16 |
| Octal | 141 | 17 | 132 | 0 | 125 | 7 | 76 | 461 | 111 | 26 |
| Binary | 1100001 | 1111 | 1011010 | 0 | 1010101 | 111 | 111110 | 100110001 | 1001001 | 10110 |
Color Harmonies of #610F5A
Complementary color
Monochromatic Colors of #610F5A
Black with #610F5A
Text Example
Text Example
White with #610F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610F5A; }
p { color: rgb(97,15,90); }
H1.HeaderClassName
{
color: #610F5A;
}
.AnyTagClassName
{
color: #610F5A;
}
</style>
background-color css
<style>
a { background-color: #610F5A; }
a { background-color: rgb(97,15,90); }
div.DivClassName
{
background-color: #610F5A;
}
.BgClassName
{
background-color: #610F5A;
}
</style>
border-color css
<style>
span { border-color: #610F5A; }
span { border-color: rgb(97,15,90); }
td.TdClassName
{
border-color: #610F5A;
}
.TagClassName
{
border-color: #610F5A;
}
</style>