Shades of Palatinate Purple #611F5C
Tints of Palatinate Purple #611F5C
RGB
CMYK
RGB Variations
Color information
#611F5C (or 0x611F5C) is known color: Palatinate Purple. HEX triplet: 61, 1F and 5C. RGB value is (97,31,92). Sum of RGB (Red+Green+Blue) = 97+31+92=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #611F5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611F5C is #9EE0A3. Grayscale: #393939. Windows color (decimal): -10412196 or 6037345. OLE color: 6037345.
HSL color Cylindrical-coordinate representation of color #611F5C: hue angle of 304.55º 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 #611F5C is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 31 | 92 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.62 |
| HSL | 304.55º | 0.52% | 0.25% | - |
| HSV(B) | 304.55º | 0.68% | 0.38% | - |
| XYZ | 7.35 | 4.29 | 10.57 | - |
| YUV | 57.69 | 147.37 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 31 | 92 | 0 | 0.68 | 0.05 | 0.62 | 304.55 | 0.52 | 0.25 |
| Hex | 61 | 1F | 5C | 0 | 44 | 5 | 3E | 131 | 34 | 19 |
| Octal | 141 | 37 | 134 | 0 | 104 | 5 | 76 | 461 | 64 | 31 |
| Binary | 1100001 | 11111 | 1011100 | 0 | 1000100 | 101 | 111110 | 100110001 | 110100 | 11001 |
Color Harmonies of #611F5C
Complementary color
Monochromatic Colors of #611F5C
Black with #611F5C
Text Example
Text Example
White with #611F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611F5C; }
p { color: rgb(97,31,92); }
H1.HeaderClassName
{
color: #611F5C;
}
.AnyTagClassName
{
color: #611F5C;
}
</style>
background-color css
<style>
a { background-color: #611F5C; }
a { background-color: rgb(97,31,92); }
div.DivClassName
{
background-color: #611F5C;
}
.BgClassName
{
background-color: #611F5C;
}
</style>
border-color css
<style>
span { border-color: #611F5C; }
span { border-color: rgb(97,31,92); }
td.TdClassName
{
border-color: #611F5C;
}
.TagClassName
{
border-color: #611F5C;
}
</style>