Shades of Palatinate Purple #61125E
Tints of Palatinate Purple #61125E
RGB
CMYK
RGB Variations
Color information
#61125E (or 0x61125E) is known color: Palatinate Purple. HEX triplet: 61, 12 and 5E. RGB value is (97,18,94). Sum of RGB (Red+Green+Blue) = 97+18+94=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #61125E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61125E is #9EEDA1. Grayscale: #323232. Windows color (decimal): -10415522 or 6165089. OLE color: 6165089.
HSL color Cylindrical-coordinate representation of color #61125E: hue angle of 302.28º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #61125E is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 18 | 94 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.62 |
| HSL | 302.28º | 0.69% | 0.23% | - |
| HSV(B) | 302.28º | 0.81% | 0.38% | - |
| XYZ | 7.17 | 3.78 | 10.94 | - |
| YUV | 50.29 | 152.67 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 18 | 94 | 0 | 0.81 | 0.03 | 0.62 | 302.28 | 0.69 | 0.23 |
| Hex | 61 | 12 | 5E | 0 | 51 | 3 | 3E | 12E | 45 | 17 |
| Octal | 141 | 22 | 136 | 0 | 121 | 3 | 76 | 456 | 105 | 27 |
| Binary | 1100001 | 10010 | 1011110 | 0 | 1010001 | 11 | 111110 | 100101110 | 1000101 | 10111 |
Color Harmonies of #61125E
Complementary color
Monochromatic Colors of #61125E
Black with #61125E
Text Example
Text Example
White with #61125E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61125E; }
p { color: rgb(97,18,94); }
H1.HeaderClassName
{
color: #61125E;
}
.AnyTagClassName
{
color: #61125E;
}
</style>
background-color css
<style>
a { background-color: #61125E; }
a { background-color: rgb(97,18,94); }
div.DivClassName
{
background-color: #61125E;
}
.BgClassName
{
background-color: #61125E;
}
</style>
border-color css
<style>
span { border-color: #61125E; }
span { border-color: rgb(97,18,94); }
td.TdClassName
{
border-color: #61125E;
}
.TagClassName
{
border-color: #61125E;
}
</style>