Shades of Palatinate Purple #610F5C
Tints of Palatinate Purple #610F5C
RGB
CMYK
RGB Variations
Color information
#610F5C (or 0x610F5C) is known color: Palatinate Purple. HEX triplet: 61, 0F and 5C. RGB value is (97,15,92). Sum of RGB (Red+Green+Blue) = 97+15+92=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 15 (6.25% from 255 or 7.35% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #610F5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610F5C is #9EF0A3. Grayscale: #303030. Windows color (decimal): -10416292 or 6033249. OLE color: 6033249.
HSL color Cylindrical-coordinate representation of color #610F5C: hue angle of 303.66º 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 #610F5C is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 15 | 92 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.62 |
| HSL | 303.66º | 0.73% | 0.22% | - |
| HSV(B) | 303.66º | 0.85% | 0.38% | - |
| XYZ | 7.03 | 3.66 | 10.46 | - |
| YUV | 48.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 15 | 92 | 0 | 0.85 | 0.05 | 0.62 | 303.66 | 0.73 | 0.22 |
| Hex | 61 | F | 5C | 0 | 55 | 5 | 3E | 130 | 49 | 16 |
| Octal | 141 | 17 | 134 | 0 | 125 | 5 | 76 | 460 | 111 | 26 |
| Binary | 1100001 | 1111 | 1011100 | 0 | 1010101 | 101 | 111110 | 100110000 | 1001001 | 10110 |
Color Harmonies of #610F5C
Complementary color
Monochromatic Colors of #610F5C
Black with #610F5C
Text Example
Text Example
White with #610F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610F5C; }
p { color: rgb(97,15,92); }
H1.HeaderClassName
{
color: #610F5C;
}
.AnyTagClassName
{
color: #610F5C;
}
</style>
background-color css
<style>
a { background-color: #610F5C; }
a { background-color: rgb(97,15,92); }
div.DivClassName
{
background-color: #610F5C;
}
.BgClassName
{
background-color: #610F5C;
}
</style>
border-color css
<style>
span { border-color: #610F5C; }
span { border-color: rgb(97,15,92); }
td.TdClassName
{
border-color: #610F5C;
}
.TagClassName
{
border-color: #610F5C;
}
</style>