Shades of Palatinate Purple #612D59
Tints of Palatinate Purple #612D59
RGB
CMYK
RGB Variations
Color information
#612D59 (or 0x612D59) is known color: Palatinate Purple. HEX triplet: 61, 2D and 59. RGB value is (97,45,89). Sum of RGB (Red+Green+Blue) = 97+45+89=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #612D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612D59 is #9ED2A6. Grayscale: #414141. Windows color (decimal): -10408615 or 5844321. OLE color: 5844321.
HSL color Cylindrical-coordinate representation of color #612D59: hue angle of 309.23º 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 #612D59 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 45 | 89 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.62 |
| HSL | 309.23º | 0.37% | 0.28% | - |
| HSV(B) | 309.23º | 0.54% | 0.38% | - |
| XYZ | 7.67 | 5.14 | 10.04 | - |
| YUV | 65.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 45 | 89 | 0 | 0.54 | 0.08 | 0.62 | 309.23 | 0.37 | 0.28 |
| Hex | 61 | 2D | 59 | 0 | 36 | 8 | 3E | 135 | 25 | 1C |
| Octal | 141 | 55 | 131 | 0 | 66 | 10 | 76 | 465 | 45 | 34 |
| Binary | 1100001 | 101101 | 1011001 | 0 | 110110 | 1000 | 111110 | 100110101 | 100101 | 11100 |
Color Harmonies of #612D59
Complementary color
Monochromatic Colors of #612D59
Black with #612D59
Text Example
Text Example
White with #612D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612D59; }
p { color: rgb(97,45,89); }
H1.HeaderClassName
{
color: #612D59;
}
.AnyTagClassName
{
color: #612D59;
}
</style>
background-color css
<style>
a { background-color: #612D59; }
a { background-color: rgb(97,45,89); }
div.DivClassName
{
background-color: #612D59;
}
.BgClassName
{
background-color: #612D59;
}
</style>
border-color css
<style>
span { border-color: #612D59; }
span { border-color: rgb(97,45,89); }
td.TdClassName
{
border-color: #612D59;
}
.TagClassName
{
border-color: #612D59;
}
</style>