Shades of Palatinate Purple #61195E
Tints of Palatinate Purple #61195E
RGB
CMYK
RGB Variations
Color information
#61195E (or 0x61195E) is known color: Palatinate Purple. HEX triplet: 61, 19 and 5E. RGB value is (97,25,94). Sum of RGB (Red+Green+Blue) = 97+25+94=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #61195E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61195E is #9EE6A1. Grayscale: #363636. Windows color (decimal): -10413730 or 6166881. OLE color: 6166881.
HSL color Cylindrical-coordinate representation of color #61195E: hue angle of 302.5º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #61195E is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 25 | 94 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.62 |
| HSL | 302.5º | 0.59% | 0.24% | - |
| HSV(B) | 302.5º | 0.74% | 0.38% | - |
| XYZ | 7.3 | 4.04 | 10.99 | - |
| YUV | 54.39 | 150.35 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 25 | 94 | 0 | 0.74 | 0.03 | 0.62 | 302.5 | 0.59 | 0.24 |
| Hex | 61 | 19 | 5E | 0 | 4A | 3 | 3E | 12E | 3B | 18 |
| Octal | 141 | 31 | 136 | 0 | 112 | 3 | 76 | 456 | 73 | 30 |
| Binary | 1100001 | 11001 | 1011110 | 0 | 1001010 | 11 | 111110 | 100101110 | 111011 | 11000 |
Color Harmonies of #61195E
Complementary color
Monochromatic Colors of #61195E
Black with #61195E
Text Example
Text Example
White with #61195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61195E; }
p { color: rgb(97,25,94); }
H1.HeaderClassName
{
color: #61195E;
}
.AnyTagClassName
{
color: #61195E;
}
</style>
background-color css
<style>
a { background-color: #61195E; }
a { background-color: rgb(97,25,94); }
div.DivClassName
{
background-color: #61195E;
}
.BgClassName
{
background-color: #61195E;
}
</style>
border-color css
<style>
span { border-color: #61195E; }
span { border-color: rgb(97,25,94); }
td.TdClassName
{
border-color: #61195E;
}
.TagClassName
{
border-color: #61195E;
}
</style>