Shades of Palatinate Purple #611E57
Tints of Palatinate Purple #611E57
RGB
CMYK
RGB Variations
Color information
#611E57 (or 0x611E57) is known color: Palatinate Purple. HEX triplet: 61, 1E and 57. RGB value is (97,30,87). Sum of RGB (Red+Green+Blue) = 97+30+87=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 87 (34.38% from 255 or 40.65% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #611E57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611E57 is #9EE1A8. Grayscale: #383838. Windows color (decimal): -10412457 or 5709409. OLE color: 5709409.
HSL color Cylindrical-coordinate representation of color #611E57: hue angle of 308.96º 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 #611E57 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 30 | 87 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.62 |
| HSL | 308.96º | 0.53% | 0.25% | - |
| HSV(B) | 308.96º | 0.69% | 0.38% | - |
| XYZ | 7.11 | 4.16 | 9.44 | - |
| YUV | 56.53 | 145.2 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 30 | 87 | 0 | 0.69 | 0.10 | 0.62 | 308.96 | 0.53 | 0.25 |
| Hex | 61 | 1E | 57 | 0 | 45 | A | 3E | 135 | 35 | 19 |
| Octal | 141 | 36 | 127 | 0 | 105 | 12 | 76 | 465 | 65 | 31 |
| Binary | 1100001 | 11110 | 1010111 | 0 | 1000101 | 1010 | 111110 | 100110101 | 110101 | 11001 |
Color Harmonies of #611E57
Complementary color
Monochromatic Colors of #611E57
Black with #611E57
Text Example
Text Example
White with #611E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611E57; }
p { color: rgb(97,30,87); }
H1.HeaderClassName
{
color: #611E57;
}
.AnyTagClassName
{
color: #611E57;
}
</style>
background-color css
<style>
a { background-color: #611E57; }
a { background-color: rgb(97,30,87); }
div.DivClassName
{
background-color: #611E57;
}
.BgClassName
{
background-color: #611E57;
}
</style>
border-color css
<style>
span { border-color: #611E57; }
span { border-color: rgb(97,30,87); }
td.TdClassName
{
border-color: #611E57;
}
.TagClassName
{
border-color: #611E57;
}
</style>