Shades of Palatinate Purple #61105E
Tints of Palatinate Purple #61105E
RGB
CMYK
RGB Variations
Color information
#61105E (or 0x61105E) is known color: Palatinate Purple. HEX triplet: 61, 10 and 5E. RGB value is (97,16,94). Sum of RGB (Red+Green+Blue) = 97+16+94=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #61105E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61105E is #9EEFA1. Grayscale: #303030. Windows color (decimal): -10416034 or 6164577. OLE color: 6164577.
HSL color Cylindrical-coordinate representation of color #61105E: hue angle of 302.22º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #61105E is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 16 | 94 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.62 |
| HSL | 302.22º | 0.72% | 0.22% | - |
| HSV(B) | 302.22º | 0.84% | 0.38% | - |
| XYZ | 7.14 | 3.72 | 10.93 | - |
| YUV | 49.11 | 153.34 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 16 | 94 | 0 | 0.84 | 0.03 | 0.62 | 302.22 | 0.72 | 0.22 |
| Hex | 61 | 10 | 5E | 0 | 54 | 3 | 3E | 12E | 48 | 16 |
| Octal | 141 | 20 | 136 | 0 | 124 | 3 | 76 | 456 | 110 | 26 |
| Binary | 1100001 | 10000 | 1011110 | 0 | 1010100 | 11 | 111110 | 100101110 | 1001000 | 10110 |
Color Harmonies of #61105E
Complementary color
Monochromatic Colors of #61105E
Black with #61105E
Text Example
Text Example
White with #61105E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61105E; }
p { color: rgb(97,16,94); }
H1.HeaderClassName
{
color: #61105E;
}
.AnyTagClassName
{
color: #61105E;
}
</style>
background-color css
<style>
a { background-color: #61105E; }
a { background-color: rgb(97,16,94); }
div.DivClassName
{
background-color: #61105E;
}
.BgClassName
{
background-color: #61105E;
}
</style>
border-color css
<style>
span { border-color: #61105E; }
span { border-color: rgb(97,16,94); }
td.TdClassName
{
border-color: #61105E;
}
.TagClassName
{
border-color: #61105E;
}
</style>