Shades of Palatinate Purple #611D52
Tints of Palatinate Purple #611D52
RGB
CMYK
RGB Variations
Color information
#611D52 (or 0x611D52) is known color: Palatinate Purple. HEX triplet: 61, 1D and 52. RGB value is (97,29,82). Sum of RGB (Red+Green+Blue) = 97+29+82=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 82 (32.42% from 255 or 39.42% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #611D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611D52 is #9EE2AD. Grayscale: #373737. Windows color (decimal): -10412718 or 5381473. OLE color: 5381473.
HSL color Cylindrical-coordinate representation of color #611D52: hue angle of 313.24º 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 #611D52 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 29 | 82 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.62 |
| HSL | 313.24º | 0.54% | 0.25% | - |
| HSV(B) | 313.24º | 0.7% | 0.38% | - |
| XYZ | 6.89 | 4.03 | 8.4 | - |
| YUV | 55.37 | 143.03 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 29 | 82 | 0 | 0.70 | 0.15 | 0.62 | 313.24 | 0.54 | 0.25 |
| Hex | 61 | 1D | 52 | 0 | 46 | F | 3E | 139 | 36 | 19 |
| Octal | 141 | 35 | 122 | 0 | 106 | 17 | 76 | 471 | 66 | 31 |
| Binary | 1100001 | 11101 | 1010010 | 0 | 1000110 | 1111 | 111110 | 100111001 | 110110 | 11001 |
Color Harmonies of #611D52
Complementary color
Monochromatic Colors of #611D52
Black with #611D52
Text Example
Text Example
White with #611D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611D52; }
p { color: rgb(97,29,82); }
H1.HeaderClassName
{
color: #611D52;
}
.AnyTagClassName
{
color: #611D52;
}
</style>
background-color css
<style>
a { background-color: #611D52; }
a { background-color: rgb(97,29,82); }
div.DivClassName
{
background-color: #611D52;
}
.BgClassName
{
background-color: #611D52;
}
</style>
border-color css
<style>
span { border-color: #611D52; }
span { border-color: rgb(97,29,82); }
td.TdClassName
{
border-color: #611D52;
}
.TagClassName
{
border-color: #611D52;
}
</style>