Shades of Palatinate Purple #611E55
Tints of Palatinate Purple #611E55
RGB
CMYK
RGB Variations
Color information
#611E55 (or 0x611E55) is known color: Palatinate Purple. HEX triplet: 61, 1E and 55. RGB value is (97,30,85). Sum of RGB (Red+Green+Blue) = 97+30+85=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #611E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611E55 is #9EE1AA. Grayscale: #383838. Windows color (decimal): -10412459 or 5578337. OLE color: 5578337.
HSL color Cylindrical-coordinate representation of color #611E55: hue angle of 310.75º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #611E55 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 30 | 85 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.62 |
| HSL | 310.75º | 0.53% | 0.25% | - |
| HSV(B) | 310.75º | 0.69% | 0.38% | - |
| XYZ | 7.03 | 4.13 | 9.02 | - |
| YUV | 56.3 | 144.2 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 30 | 85 | 0 | 0.69 | 0.12 | 0.62 | 310.75 | 0.53 | 0.25 |
| Hex | 61 | 1E | 55 | 0 | 45 | C | 3E | 137 | 35 | 19 |
| Octal | 141 | 36 | 125 | 0 | 105 | 14 | 76 | 467 | 65 | 31 |
| Binary | 1100001 | 11110 | 1010101 | 0 | 1000101 | 1100 | 111110 | 100110111 | 110101 | 11001 |
Color Harmonies of #611E55
Complementary color
Monochromatic Colors of #611E55
Black with #611E55
Text Example
Text Example
White with #611E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611E55; }
p { color: rgb(97,30,85); }
H1.HeaderClassName
{
color: #611E55;
}
.AnyTagClassName
{
color: #611E55;
}
</style>
background-color css
<style>
a { background-color: #611E55; }
a { background-color: rgb(97,30,85); }
div.DivClassName
{
background-color: #611E55;
}
.BgClassName
{
background-color: #611E55;
}
</style>
border-color css
<style>
span { border-color: #611E55; }
span { border-color: rgb(97,30,85); }
td.TdClassName
{
border-color: #611E55;
}
.TagClassName
{
border-color: #611E55;
}
</style>