Shades of Palatinate Purple #611D5A
Tints of Palatinate Purple #611D5A
RGB
CMYK
RGB Variations
Color information
#611D5A (or 0x611D5A) is known color: Palatinate Purple. HEX triplet: 61, 1D and 5A. RGB value is (97,29,90). Sum of RGB (Red+Green+Blue) = 97+29+90=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #611D5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611D5A is #9EE2A5. Grayscale: #383838. Windows color (decimal): -10412710 or 5905761. OLE color: 5905761.
HSL color Cylindrical-coordinate representation of color #611D5A: hue angle of 306.18º 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 #611D5A is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 29 | 90 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.62 |
| HSL | 306.18º | 0.54% | 0.25% | - |
| HSV(B) | 306.18º | 0.7% | 0.38% | - |
| XYZ | 7.21 | 4.16 | 10.1 | - |
| YUV | 56.29 | 147.03 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 29 | 90 | 0 | 0.70 | 0.07 | 0.62 | 306.18 | 0.54 | 0.25 |
| Hex | 61 | 1D | 5A | 0 | 46 | 7 | 3E | 132 | 36 | 19 |
| Octal | 141 | 35 | 132 | 0 | 106 | 7 | 76 | 462 | 66 | 31 |
| Binary | 1100001 | 11101 | 1011010 | 0 | 1000110 | 111 | 111110 | 100110010 | 110110 | 11001 |
Color Harmonies of #611D5A
Complementary color
Monochromatic Colors of #611D5A
Black with #611D5A
Text Example
Text Example
White with #611D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611D5A; }
p { color: rgb(97,29,90); }
H1.HeaderClassName
{
color: #611D5A;
}
.AnyTagClassName
{
color: #611D5A;
}
</style>
background-color css
<style>
a { background-color: #611D5A; }
a { background-color: rgb(97,29,90); }
div.DivClassName
{
background-color: #611D5A;
}
.BgClassName
{
background-color: #611D5A;
}
</style>
border-color css
<style>
span { border-color: #611D5A; }
span { border-color: rgb(97,29,90); }
td.TdClassName
{
border-color: #611D5A;
}
.TagClassName
{
border-color: #611D5A;
}
</style>