Shades of Palatinate Purple #611F62
Tints of Palatinate Purple #611F62
RGB
CMYK
RGB Variations
Color information
#611F62 (or 0x611F62) is known color: Palatinate Purple. HEX triplet: 61, 1F and 62. RGB value is (97,31,98). Sum of RGB (Red+Green+Blue) = 97+31+98=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 31 (12.5% from 255 or 13.72% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 98 - color contains mainly: blue. Hex color #611F62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611F62 is #9EE09D. Grayscale: #3A3A3A. Windows color (decimal): -10412190 or 6430561. OLE color: 6430561.
HSL color Cylindrical-coordinate representation of color #611F62: hue angle of 299.1º 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 #611F62 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 31 | 98 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.62 |
| HSL | 299.1º | 0.52% | 0.25% | - |
| HSV(B) | 299.1º | 0.68% | 0.38% | - |
| XYZ | 7.62 | 4.4 | 12 | - |
| YUV | 58.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 31 | 98 | 0.01 | 0.68 | 0 | 0.62 | 299.1 | 0.52 | 0.25 |
| Hex | 61 | 1F | 62 | 1 | 44 | 0 | 3E | 12B | 34 | 19 |
| Octal | 141 | 37 | 142 | 1 | 104 | 0 | 76 | 453 | 64 | 31 |
| Binary | 1100001 | 11111 | 1100010 | 1 | 1000100 | 0 | 111110 | 100101011 | 110100 | 11001 |
Color Harmonies of #611F62
Complementary color
Monochromatic Colors of #611F62
Black with #611F62
Text Example
Text Example
White with #611F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611F62; }
p { color: rgb(97,31,98); }
H1.HeaderClassName
{
color: #611F62;
}
.AnyTagClassName
{
color: #611F62;
}
</style>
background-color css
<style>
a { background-color: #611F62; }
a { background-color: rgb(97,31,98); }
div.DivClassName
{
background-color: #611F62;
}
.BgClassName
{
background-color: #611F62;
}
</style>
border-color css
<style>
span { border-color: #611F62; }
span { border-color: rgb(97,31,98); }
td.TdClassName
{
border-color: #611F62;
}
.TagClassName
{
border-color: #611F62;
}
</style>