Shades of Palatinate Purple #611D5E
Tints of Palatinate Purple #611D5E
RGB
CMYK
RGB Variations
Color information
#611D5E (or 0x611D5E) is known color: Palatinate Purple. HEX triplet: 61, 1D and 5E. RGB value is (97,29,94). Sum of RGB (Red+Green+Blue) = 97+29+94=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #611D5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611D5E is #9EE2A1. Grayscale: #383838. Windows color (decimal): -10412706 or 6167905. OLE color: 6167905.
HSL color Cylindrical-coordinate representation of color #611D5E: hue angle of 302.65º 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 #611D5E is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 29 | 94 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.62 |
| HSL | 302.65º | 0.54% | 0.25% | - |
| HSV(B) | 302.65º | 0.7% | 0.38% | - |
| XYZ | 7.39 | 4.23 | 11.02 | - |
| YUV | 56.74 | 149.03 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 29 | 94 | 0 | 0.70 | 0.03 | 0.62 | 302.65 | 0.54 | 0.25 |
| Hex | 61 | 1D | 5E | 0 | 46 | 3 | 3E | 12F | 36 | 19 |
| Octal | 141 | 35 | 136 | 0 | 106 | 3 | 76 | 457 | 66 | 31 |
| Binary | 1100001 | 11101 | 1011110 | 0 | 1000110 | 11 | 111110 | 100101111 | 110110 | 11001 |
Color Harmonies of #611D5E
Complementary color
Monochromatic Colors of #611D5E
Black with #611D5E
Text Example
Text Example
White with #611D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611D5E; }
p { color: rgb(97,29,94); }
H1.HeaderClassName
{
color: #611D5E;
}
.AnyTagClassName
{
color: #611D5E;
}
</style>
background-color css
<style>
a { background-color: #611D5E; }
a { background-color: rgb(97,29,94); }
div.DivClassName
{
background-color: #611D5E;
}
.BgClassName
{
background-color: #611D5E;
}
</style>
border-color css
<style>
span { border-color: #611D5E; }
span { border-color: rgb(97,29,94); }
td.TdClassName
{
border-color: #611D5E;
}
.TagClassName
{
border-color: #611D5E;
}
</style>