Shades of Palatinate Purple #612B59
Tints of Palatinate Purple #612B59
RGB
CMYK
RGB Variations
Color information
#612B59 (or 0x612B59) is known color: Palatinate Purple. HEX triplet: 61, 2B and 59. RGB value is (97,43,89). Sum of RGB (Red+Green+Blue) = 97+43+89=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 97 - color contains mainly: red. Hex color #612B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612B59 is #9ED4A6. Grayscale: #404040. Windows color (decimal): -10409127 or 5843809. OLE color: 5843809.
HSL color Cylindrical-coordinate representation of color #612B59: hue angle of 308.89º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #612B59 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 43 | 89 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.62 |
| HSL | 308.89º | 0.39% | 0.27% | - |
| HSV(B) | 308.89º | 0.56% | 0.38% | - |
| XYZ | 7.6 | 4.99 | 10.01 | - |
| YUV | 64.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 43 | 89 | 0 | 0.56 | 0.08 | 0.62 | 308.89 | 0.39 | 0.27 |
| Hex | 61 | 2B | 59 | 0 | 38 | 8 | 3E | 135 | 27 | 1B |
| Octal | 141 | 53 | 131 | 0 | 70 | 10 | 76 | 465 | 47 | 33 |
| Binary | 1100001 | 101011 | 1011001 | 0 | 111000 | 1000 | 111110 | 100110101 | 100111 | 11011 |
Color Harmonies of #612B59
Complementary color
Monochromatic Colors of #612B59
Black with #612B59
Text Example
Text Example
White with #612B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612B59; }
p { color: rgb(97,43,89); }
H1.HeaderClassName
{
color: #612B59;
}
.AnyTagClassName
{
color: #612B59;
}
</style>
background-color css
<style>
a { background-color: #612B59; }
a { background-color: rgb(97,43,89); }
div.DivClassName
{
background-color: #612B59;
}
.BgClassName
{
background-color: #612B59;
}
</style>
border-color css
<style>
span { border-color: #612B59; }
span { border-color: rgb(97,43,89); }
td.TdClassName
{
border-color: #612B59;
}
.TagClassName
{
border-color: #612B59;
}
</style>