Shades of Palatinate Purple #612C59
Tints of Palatinate Purple #612C59
RGB
CMYK
RGB Variations
Color information
#612C59 (or 0x612C59) is known color: Palatinate Purple. HEX triplet: 61, 2C and 59. RGB value is (97,44,89). Sum of RGB (Red+Green+Blue) = 97+44+89=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 97 - color contains mainly: red. Hex color #612C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612C59 is #9ED3A6. Grayscale: #404040. Windows color (decimal): -10408871 or 5844065. OLE color: 5844065.
HSL color Cylindrical-coordinate representation of color #612C59: hue angle of 309.06º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #612C59 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 44 | 89 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.62 |
| HSL | 309.06º | 0.38% | 0.28% | - |
| HSV(B) | 309.06º | 0.55% | 0.38% | - |
| XYZ | 7.63 | 5.06 | 10.03 | - |
| YUV | 64.98 | 141.56 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 44 | 89 | 0 | 0.55 | 0.08 | 0.62 | 309.06 | 0.38 | 0.28 |
| Hex | 61 | 2C | 59 | 0 | 37 | 8 | 3E | 135 | 26 | 1C |
| Octal | 141 | 54 | 131 | 0 | 67 | 10 | 76 | 465 | 46 | 34 |
| Binary | 1100001 | 101100 | 1011001 | 0 | 110111 | 1000 | 111110 | 100110101 | 100110 | 11100 |
Color Harmonies of #612C59
Complementary color
Monochromatic Colors of #612C59
Black with #612C59
Text Example
Text Example
White with #612C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612C59; }
p { color: rgb(97,44,89); }
H1.HeaderClassName
{
color: #612C59;
}
.AnyTagClassName
{
color: #612C59;
}
</style>
background-color css
<style>
a { background-color: #612C59; }
a { background-color: rgb(97,44,89); }
div.DivClassName
{
background-color: #612C59;
}
.BgClassName
{
background-color: #612C59;
}
</style>
border-color css
<style>
span { border-color: #612C59; }
span { border-color: rgb(97,44,89); }
td.TdClassName
{
border-color: #612C59;
}
.TagClassName
{
border-color: #612C59;
}
</style>