Shades of Palatinate Purple #611264
Tints of Palatinate Purple #611264
RGB
CMYK
RGB Variations
Color information
#611264 (or 0x611264) is known color: Palatinate Purple. HEX triplet: 61, 12 and 64. RGB value is (97,18,100). Sum of RGB (Red+Green+Blue) = 97+18+100=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 100 (39.45% from 255 or 46.51% from 215); Max value from RGB is 100 - color contains mainly: blue. Hex color #611264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611264 is #9EED9B. Grayscale: #323232. Windows color (decimal): -10415516 or 6558305. OLE color: 6558305.
HSL color Cylindrical-coordinate representation of color #611264: hue angle of 297.8º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #611264 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 18 | 100 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.61 |
| HSL | 297.8º | 0.69% | 0.23% | - |
| HSV(B) | 297.8º | 0.82% | 0.39% | - |
| XYZ | 7.45 | 3.89 | 12.42 | - |
| YUV | 50.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 18 | 100 | 0.03 | 0.82 | 0 | 0.61 | 297.8 | 0.69 | 0.23 |
| Hex | 61 | 12 | 64 | 3 | 52 | 0 | 3D | 12A | 45 | 17 |
| Octal | 141 | 22 | 144 | 3 | 122 | 0 | 75 | 452 | 105 | 27 |
| Binary | 1100001 | 10010 | 1100100 | 11 | 1010010 | 0 | 111101 | 100101010 | 1000101 | 10111 |
Color Harmonies of #611264
Complementary color
Monochromatic Colors of #611264
Black with #611264
Text Example
Text Example
White with #611264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611264; }
p { color: rgb(97,18,100); }
H1.HeaderClassName
{
color: #611264;
}
.AnyTagClassName
{
color: #611264;
}
</style>
background-color css
<style>
a { background-color: #611264; }
a { background-color: rgb(97,18,100); }
div.DivClassName
{
background-color: #611264;
}
.BgClassName
{
background-color: #611264;
}
</style>
border-color css
<style>
span { border-color: #611264; }
span { border-color: rgb(97,18,100); }
td.TdClassName
{
border-color: #611264;
}
.TagClassName
{
border-color: #611264;
}
</style>