Shades of Palatinate Purple #612D55
Tints of Palatinate Purple #612D55
RGB
CMYK
RGB Variations
Color information
#612D55 (or 0x612D55) is known color: Palatinate Purple. HEX triplet: 61, 2D and 55. RGB value is (97,45,85). Sum of RGB (Red+Green+Blue) = 97+45+85=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #612D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612D55 is #9ED2AA. Grayscale: #404040. Windows color (decimal): -10408619 or 5582177. OLE color: 5582177.
HSL color Cylindrical-coordinate representation of color #612D55: hue angle of 313.85º 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 #612D55 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 45 | 85 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.62 |
| HSL | 313.85º | 0.37% | 0.28% | - |
| HSV(B) | 313.85º | 0.54% | 0.38% | - |
| XYZ | 7.51 | 5.07 | 9.18 | - |
| YUV | 65.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 45 | 85 | 0 | 0.54 | 0.12 | 0.62 | 313.85 | 0.37 | 0.28 |
| Hex | 61 | 2D | 55 | 0 | 36 | C | 3E | 13A | 25 | 1C |
| Octal | 141 | 55 | 125 | 0 | 66 | 14 | 76 | 472 | 45 | 34 |
| Binary | 1100001 | 101101 | 1010101 | 0 | 110110 | 1100 | 111110 | 100111010 | 100101 | 11100 |
Color Harmonies of #612D55
Complementary color
Monochromatic Colors of #612D55
Black with #612D55
Text Example
Text Example
White with #612D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612D55; }
p { color: rgb(97,45,85); }
H1.HeaderClassName
{
color: #612D55;
}
.AnyTagClassName
{
color: #612D55;
}
</style>
background-color css
<style>
a { background-color: #612D55; }
a { background-color: rgb(97,45,85); }
div.DivClassName
{
background-color: #612D55;
}
.BgClassName
{
background-color: #612D55;
}
</style>
border-color css
<style>
span { border-color: #612D55; }
span { border-color: rgb(97,45,85); }
td.TdClassName
{
border-color: #612D55;
}
.TagClassName
{
border-color: #612D55;
}
</style>