Shades of Palatinate Purple #61116C
Tints of Palatinate Purple #61116C
RGB
CMYK
RGB Variations
Color information
#61116C (or 0x61116C) is known color: Palatinate Purple. HEX triplet: 61, 11 and 6C. RGB value is (97,17,108). Sum of RGB (Red+Green+Blue) = 97+17+108=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #61116C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61116C is #9EEE93. Grayscale: #333333. Windows color (decimal): -10415764 or 7082337. OLE color: 7082337.
HSL color Cylindrical-coordinate representation of color #61116C: hue angle of 292.75º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #61116C is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 17 | 108 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.58 |
| HSL | 292.75º | 0.73% | 0.25% | - |
| HSV(B) | 292.75º | 0.84% | 0.42% | - |
| XYZ | 7.84 | 4.02 | 14.55 | - |
| YUV | 51.29 | 160 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 17 | 108 | 0.10 | 0.84 | 0 | 0.58 | 292.75 | 0.73 | 0.25 |
| Hex | 61 | 11 | 6C | A | 54 | 0 | 3A | 125 | 49 | 19 |
| Octal | 141 | 21 | 154 | 12 | 124 | 0 | 72 | 445 | 111 | 31 |
| Binary | 1100001 | 10001 | 1101100 | 1010 | 1010100 | 0 | 111010 | 100100101 | 1001001 | 11001 |
Color Harmonies of #61116C
Complementary color
Monochromatic Colors of #61116C
Black with #61116C
Text Example
Text Example
White with #61116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61116C; }
p { color: rgb(97,17,108); }
H1.HeaderClassName
{
color: #61116C;
}
.AnyTagClassName
{
color: #61116C;
}
</style>
background-color css
<style>
a { background-color: #61116C; }
a { background-color: rgb(97,17,108); }
div.DivClassName
{
background-color: #61116C;
}
.BgClassName
{
background-color: #61116C;
}
</style>
border-color css
<style>
span { border-color: #61116C; }
span { border-color: rgb(97,17,108); }
td.TdClassName
{
border-color: #61116C;
}
.TagClassName
{
border-color: #61116C;
}
</style>