Shades of Palatinate Purple #612256
Tints of Palatinate Purple #612256
RGB
CMYK
RGB Variations
Color information
#612256 (or 0x612256) is known color: Palatinate Purple. HEX triplet: 61, 22 and 56. RGB value is (97,34,86). Sum of RGB (Red+Green+Blue) = 97+34+86=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #612256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612256 is #9EDDA9. Grayscale: #3A3A3A. Windows color (decimal): -10411434 or 5644897. OLE color: 5644897.
HSL color Cylindrical-coordinate representation of color #612256: hue angle of 310.48º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #612256 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 34 | 86 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.62 |
| HSL | 310.48º | 0.48% | 0.26% | - |
| HSV(B) | 310.48º | 0.65% | 0.38% | - |
| XYZ | 7.18 | 4.36 | 9.27 | - |
| YUV | 58.77 | 143.37 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 34 | 86 | 0 | 0.65 | 0.11 | 0.62 | 310.48 | 0.48 | 0.26 |
| Hex | 61 | 22 | 56 | 0 | 41 | B | 3E | 136 | 30 | 1A |
| Octal | 141 | 42 | 126 | 0 | 101 | 13 | 76 | 466 | 60 | 32 |
| Binary | 1100001 | 100010 | 1010110 | 0 | 1000001 | 1011 | 111110 | 100110110 | 110000 | 11010 |
Color Harmonies of #612256
Complementary color
Monochromatic Colors of #612256
Black with #612256
Text Example
Text Example
White with #612256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612256; }
p { color: rgb(97,34,86); }
H1.HeaderClassName
{
color: #612256;
}
.AnyTagClassName
{
color: #612256;
}
</style>
background-color css
<style>
a { background-color: #612256; }
a { background-color: rgb(97,34,86); }
div.DivClassName
{
background-color: #612256;
}
.BgClassName
{
background-color: #612256;
}
</style>
border-color css
<style>
span { border-color: #612256; }
span { border-color: rgb(97,34,86); }
td.TdClassName
{
border-color: #612256;
}
.TagClassName
{
border-color: #612256;
}
</style>