Shades of Palatinate Purple #611F56
Tints of Palatinate Purple #611F56
RGB
CMYK
RGB Variations
Color information
#611F56 (or 0x611F56) is known color: Palatinate Purple. HEX triplet: 61, 1F and 56. RGB value is (97,31,86). Sum of RGB (Red+Green+Blue) = 97+31+86=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 31 (12.5% from 255 or 14.49% from 214); Blue value is 86 (33.98% from 255 or 40.19% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #611F56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611F56 is #9EE0A9. Grayscale: #383838. Windows color (decimal): -10412202 or 5644129. OLE color: 5644129.
HSL color Cylindrical-coordinate representation of color #611F56: hue angle of 310º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #611F56 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 31 | 86 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.62 |
| HSL | 310º | 0.52% | 0.25% | - |
| HSV(B) | 310º | 0.68% | 0.38% | - |
| XYZ | 7.1 | 4.19 | 9.24 | - |
| YUV | 57 | 144.37 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 31 | 86 | 0 | 0.68 | 0.11 | 0.62 | 310 | 0.52 | 0.25 |
| Hex | 61 | 1F | 56 | 0 | 44 | B | 3E | 136 | 34 | 19 |
| Octal | 141 | 37 | 126 | 0 | 104 | 13 | 76 | 466 | 64 | 31 |
| Binary | 1100001 | 11111 | 1010110 | 0 | 1000100 | 1011 | 111110 | 100110110 | 110100 | 11001 |
Color Harmonies of #611F56
Complementary color
Monochromatic Colors of #611F56
Black with #611F56
Text Example
Text Example
White with #611F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611F56; }
p { color: rgb(97,31,86); }
H1.HeaderClassName
{
color: #611F56;
}
.AnyTagClassName
{
color: #611F56;
}
</style>
background-color css
<style>
a { background-color: #611F56; }
a { background-color: rgb(97,31,86); }
div.DivClassName
{
background-color: #611F56;
}
.BgClassName
{
background-color: #611F56;
}
</style>
border-color css
<style>
span { border-color: #611F56; }
span { border-color: rgb(97,31,86); }
td.TdClassName
{
border-color: #611F56;
}
.TagClassName
{
border-color: #611F56;
}
</style>