Shades of Palatinate Purple #610F5B
Tints of Palatinate Purple #610F5B
RGB
CMYK
RGB Variations
Color information
#610F5B (or 0x610F5B) is known color: Palatinate Purple. HEX triplet: 61, 0F and 5B. RGB value is (97,15,91). Sum of RGB (Red+Green+Blue) = 97+15+91=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #610F5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610F5B is #9EF0A4. Grayscale: #2F2F2F. Windows color (decimal): -10416293 or 5967713. OLE color: 5967713.
HSL color Cylindrical-coordinate representation of color #610F5B: hue angle of 304.39º 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 #610F5B is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 15 | 91 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.62 |
| HSL | 304.39º | 0.73% | 0.22% | - |
| HSV(B) | 304.39º | 0.85% | 0.38% | - |
| XYZ | 6.99 | 3.64 | 10.23 | - |
| YUV | 48.18 | 152.17 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 15 | 91 | 0 | 0.85 | 0.06 | 0.62 | 304.39 | 0.73 | 0.22 |
| Hex | 61 | F | 5B | 0 | 55 | 6 | 3E | 130 | 49 | 16 |
| Octal | 141 | 17 | 133 | 0 | 125 | 6 | 76 | 460 | 111 | 26 |
| Binary | 1100001 | 1111 | 1011011 | 0 | 1010101 | 110 | 111110 | 100110000 | 1001001 | 10110 |
Color Harmonies of #610F5B
Complementary color
Monochromatic Colors of #610F5B
Black with #610F5B
Text Example
Text Example
White with #610F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610F5B; }
p { color: rgb(97,15,91); }
H1.HeaderClassName
{
color: #610F5B;
}
.AnyTagClassName
{
color: #610F5B;
}
</style>
background-color css
<style>
a { background-color: #610F5B; }
a { background-color: rgb(97,15,91); }
div.DivClassName
{
background-color: #610F5B;
}
.BgClassName
{
background-color: #610F5B;
}
</style>
border-color css
<style>
span { border-color: #610F5B; }
span { border-color: rgb(97,15,91); }
td.TdClassName
{
border-color: #610F5B;
}
.TagClassName
{
border-color: #610F5B;
}
</style>