Shades of Palatinate Purple #611255
Tints of Palatinate Purple #611255
RGB
CMYK
RGB Variations
Color information
#611255 (or 0x611255) is known color: Palatinate Purple. HEX triplet: 61, 12 and 55. RGB value is (97,18,85). Sum of RGB (Red+Green+Blue) = 97+18+85=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #611255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611255 is #9EEDAA. Grayscale: #313131. Windows color (decimal): -10415531 or 5575265. OLE color: 5575265.
HSL color Cylindrical-coordinate representation of color #611255: hue angle of 309.11º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #611255 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 18 | 85 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.62 |
| HSL | 309.11º | 0.69% | 0.23% | - |
| HSV(B) | 309.11º | 0.81% | 0.38% | - |
| XYZ | 6.79 | 3.63 | 8.94 | - |
| YUV | 49.26 | 148.17 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 18 | 85 | 0 | 0.81 | 0.12 | 0.62 | 309.11 | 0.69 | 0.23 |
| Hex | 61 | 12 | 55 | 0 | 51 | C | 3E | 135 | 45 | 17 |
| Octal | 141 | 22 | 125 | 0 | 121 | 14 | 76 | 465 | 105 | 27 |
| Binary | 1100001 | 10010 | 1010101 | 0 | 1010001 | 1100 | 111110 | 100110101 | 1000101 | 10111 |
Color Harmonies of #611255
Complementary color
Monochromatic Colors of #611255
Black with #611255
Text Example
Text Example
White with #611255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611255; }
p { color: rgb(97,18,85); }
H1.HeaderClassName
{
color: #611255;
}
.AnyTagClassName
{
color: #611255;
}
</style>
background-color css
<style>
a { background-color: #611255; }
a { background-color: rgb(97,18,85); }
div.DivClassName
{
background-color: #611255;
}
.BgClassName
{
background-color: #611255;
}
</style>
border-color css
<style>
span { border-color: #611255; }
span { border-color: rgb(97,18,85); }
td.TdClassName
{
border-color: #611255;
}
.TagClassName
{
border-color: #611255;
}
</style>