Shades of Palatinate Purple #611D59
Tints of Palatinate Purple #611D59
RGB
CMYK
RGB Variations
Color information
#611D59 (or 0x611D59) is known color: Palatinate Purple. HEX triplet: 61, 1D and 59. RGB value is (97,29,89). Sum of RGB (Red+Green+Blue) = 97+29+89=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #611D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611D59 is #9EE2A6. Grayscale: #373737. Windows color (decimal): -10412711 or 5840225. OLE color: 5840225.
HSL color Cylindrical-coordinate representation of color #611D59: hue angle of 307.06º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #611D59 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 29 | 89 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.62 |
| HSL | 307.06º | 0.54% | 0.25% | - |
| HSV(B) | 307.06º | 0.7% | 0.38% | - |
| XYZ | 7.17 | 4.14 | 9.87 | - |
| YUV | 56.17 | 146.53 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 29 | 89 | 0 | 0.70 | 0.08 | 0.62 | 307.06 | 0.54 | 0.25 |
| Hex | 61 | 1D | 59 | 0 | 46 | 8 | 3E | 133 | 36 | 19 |
| Octal | 141 | 35 | 131 | 0 | 106 | 10 | 76 | 463 | 66 | 31 |
| Binary | 1100001 | 11101 | 1011001 | 0 | 1000110 | 1000 | 111110 | 100110011 | 110110 | 11001 |
Color Harmonies of #611D59
Complementary color
Monochromatic Colors of #611D59
Black with #611D59
Text Example
Text Example
White with #611D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611D59; }
p { color: rgb(97,29,89); }
H1.HeaderClassName
{
color: #611D59;
}
.AnyTagClassName
{
color: #611D59;
}
</style>
background-color css
<style>
a { background-color: #611D59; }
a { background-color: rgb(97,29,89); }
div.DivClassName
{
background-color: #611D59;
}
.BgClassName
{
background-color: #611D59;
}
</style>
border-color css
<style>
span { border-color: #611D59; }
span { border-color: rgb(97,29,89); }
td.TdClassName
{
border-color: #611D59;
}
.TagClassName
{
border-color: #611D59;
}
</style>