Shades of Palatinate Purple #612D56
Tints of Palatinate Purple #612D56
RGB
CMYK
RGB Variations
Color information
#612D56 (or 0x612D56) is known color: Palatinate Purple. HEX triplet: 61, 2D and 56. RGB value is (97,45,86). Sum of RGB (Red+Green+Blue) = 97+45+86=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #612D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612D56 is #9ED2A9. Grayscale: #414141. Windows color (decimal): -10408618 or 5647713. OLE color: 5647713.
HSL color Cylindrical-coordinate representation of color #612D56: hue angle of 312.69º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #612D56 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 45 | 86 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.62 |
| HSL | 312.69º | 0.37% | 0.28% | - |
| HSV(B) | 312.69º | 0.54% | 0.38% | - |
| XYZ | 7.55 | 5.09 | 9.39 | - |
| YUV | 65.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 45 | 86 | 0 | 0.54 | 0.11 | 0.62 | 312.69 | 0.37 | 0.28 |
| Hex | 61 | 2D | 56 | 0 | 36 | B | 3E | 139 | 25 | 1C |
| Octal | 141 | 55 | 126 | 0 | 66 | 13 | 76 | 471 | 45 | 34 |
| Binary | 1100001 | 101101 | 1010110 | 0 | 110110 | 1011 | 111110 | 100111001 | 100101 | 11100 |
Color Harmonies of #612D56
Complementary color
Monochromatic Colors of #612D56
Black with #612D56
Text Example
Text Example
White with #612D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612D56; }
p { color: rgb(97,45,86); }
H1.HeaderClassName
{
color: #612D56;
}
.AnyTagClassName
{
color: #612D56;
}
</style>
background-color css
<style>
a { background-color: #612D56; }
a { background-color: rgb(97,45,86); }
div.DivClassName
{
background-color: #612D56;
}
.BgClassName
{
background-color: #612D56;
}
</style>
border-color css
<style>
span { border-color: #612D56; }
span { border-color: rgb(97,45,86); }
td.TdClassName
{
border-color: #612D56;
}
.TagClassName
{
border-color: #612D56;
}
</style>