Shades of Palatinate Purple #612064
Tints of Palatinate Purple #612064
RGB
CMYK
RGB Variations
Color information
#612064 (or 0x612064) is known color: Palatinate Purple. HEX triplet: 61, 20 and 64. RGB value is (97,32,100). Sum of RGB (Red+Green+Blue) = 97+32+100=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 100 (39.45% from 255 or 43.67% from 229); Max value from RGB is 100 - color contains mainly: blue. Hex color #612064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612064 is #9EDF9B. Grayscale: #3A3A3A. Windows color (decimal): -10411932 or 6561889. OLE color: 6561889.
HSL color Cylindrical-coordinate representation of color #612064: hue angle of 297.35º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #612064 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 32 | 100 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.61 |
| HSL | 297.35º | 0.52% | 0.26% | - |
| HSV(B) | 297.35º | 0.68% | 0.39% | - |
| XYZ | 7.75 | 4.49 | 12.52 | - |
| YUV | 59.19 | 151.03 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 32 | 100 | 0.03 | 0.68 | 0 | 0.61 | 297.35 | 0.52 | 0.26 |
| Hex | 61 | 20 | 64 | 3 | 44 | 0 | 3D | 129 | 34 | 1A |
| Octal | 141 | 40 | 144 | 3 | 104 | 0 | 75 | 451 | 64 | 32 |
| Binary | 1100001 | 100000 | 1100100 | 11 | 1000100 | 0 | 111101 | 100101001 | 110100 | 11010 |
Color Harmonies of #612064
Complementary color
Monochromatic Colors of #612064
Black with #612064
Text Example
Text Example
White with #612064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612064; }
p { color: rgb(97,32,100); }
H1.HeaderClassName
{
color: #612064;
}
.AnyTagClassName
{
color: #612064;
}
</style>
background-color css
<style>
a { background-color: #612064; }
a { background-color: rgb(97,32,100); }
div.DivClassName
{
background-color: #612064;
}
.BgClassName
{
background-color: #612064;
}
</style>
border-color css
<style>
span { border-color: #612064; }
span { border-color: rgb(97,32,100); }
td.TdClassName
{
border-color: #612064;
}
.TagClassName
{
border-color: #612064;
}
</style>