Shades of Palatinate Purple #611164
Tints of Palatinate Purple #611164
RGB
CMYK
RGB Variations
Color information
#611164 (or 0x611164) is known color: Palatinate Purple. HEX triplet: 61, 11 and 64. RGB value is (97,17,100). Sum of RGB (Red+Green+Blue) = 97+17+100=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 100 - color contains mainly: blue. Hex color #611164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611164 is #9EEE9B. Grayscale: #323232. Windows color (decimal): -10415772 or 6558049. OLE color: 6558049.
HSL color Cylindrical-coordinate representation of color #611164: hue angle of 297.83º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #611164 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 17 | 100 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.61 |
| HSL | 297.83º | 0.71% | 0.23% | - |
| HSV(B) | 297.83º | 0.83% | 0.39% | - |
| XYZ | 7.43 | 3.86 | 12.41 | - |
| YUV | 50.38 | 156 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 17 | 100 | 0.03 | 0.83 | 0 | 0.61 | 297.83 | 0.71 | 0.23 |
| Hex | 61 | 11 | 64 | 3 | 53 | 0 | 3D | 12A | 47 | 17 |
| Octal | 141 | 21 | 144 | 3 | 123 | 0 | 75 | 452 | 107 | 27 |
| Binary | 1100001 | 10001 | 1100100 | 11 | 1010011 | 0 | 111101 | 100101010 | 1000111 | 10111 |
Color Harmonies of #611164
Complementary color
Monochromatic Colors of #611164
Black with #611164
Text Example
Text Example
White with #611164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611164; }
p { color: rgb(97,17,100); }
H1.HeaderClassName
{
color: #611164;
}
.AnyTagClassName
{
color: #611164;
}
</style>
background-color css
<style>
a { background-color: #611164; }
a { background-color: rgb(97,17,100); }
div.DivClassName
{
background-color: #611164;
}
.BgClassName
{
background-color: #611164;
}
</style>
border-color css
<style>
span { border-color: #611164; }
span { border-color: rgb(97,17,100); }
td.TdClassName
{
border-color: #611164;
}
.TagClassName
{
border-color: #611164;
}
</style>