Shades of Palatinate Purple #612060
Tints of Palatinate Purple #612060
RGB
CMYK
RGB Variations
Color information
#612060 (or 0x612060) is known color: Palatinate Purple. HEX triplet: 61, 20 and 60. RGB value is (97,32,96). Sum of RGB (Red+Green+Blue) = 97+32+96=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #612060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612060 is #9EDF9F. Grayscale: #3A3A3A. Windows color (decimal): -10411936 or 6299745. OLE color: 6299745.
HSL color Cylindrical-coordinate representation of color #612060: hue angle of 300.92º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #612060 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 32 | 96 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.62 |
| HSL | 300.92º | 0.5% | 0.25% | - |
| HSV(B) | 300.92º | 0.67% | 0.38% | - |
| XYZ | 7.56 | 4.42 | 11.52 | - |
| YUV | 58.73 | 149.03 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 32 | 96 | 0 | 0.67 | 0.01 | 0.62 | 300.92 | 0.5 | 0.25 |
| Hex | 61 | 20 | 60 | 0 | 43 | 1 | 3E | 12D | 32 | 19 |
| Octal | 141 | 40 | 140 | 0 | 103 | 1 | 76 | 455 | 62 | 31 |
| Binary | 1100001 | 100000 | 1100000 | 0 | 1000011 | 1 | 111110 | 100101101 | 110010 | 11001 |
Color Harmonies of #612060
Complementary color
Monochromatic Colors of #612060
Black with #612060
Text Example
Text Example
White with #612060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612060; }
p { color: rgb(97,32,96); }
H1.HeaderClassName
{
color: #612060;
}
.AnyTagClassName
{
color: #612060;
}
</style>
background-color css
<style>
a { background-color: #612060; }
a { background-color: rgb(97,32,96); }
div.DivClassName
{
background-color: #612060;
}
.BgClassName
{
background-color: #612060;
}
</style>
border-color css
<style>
span { border-color: #612060; }
span { border-color: rgb(97,32,96); }
td.TdClassName
{
border-color: #612060;
}
.TagClassName
{
border-color: #612060;
}
</style>