Shades of Palatinate Purple #612C52
Tints of Palatinate Purple #612C52
RGB
CMYK
RGB Variations
Color information
#612C52 (or 0x612C52) is known color: Palatinate Purple. HEX triplet: 61, 2C and 52. RGB value is (97,44,82). Sum of RGB (Red+Green+Blue) = 97+44+82=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #612C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612C52 is #9ED3AD. Grayscale: #404040. Windows color (decimal): -10408878 or 5385313. OLE color: 5385313.
HSL color Cylindrical-coordinate representation of color #612C52: hue angle of 316.98º 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 #612C52 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 44 | 82 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.62 |
| HSL | 316.98º | 0.38% | 0.28% | - |
| HSV(B) | 316.98º | 0.55% | 0.38% | - |
| XYZ | 7.35 | 4.95 | 8.55 | - |
| YUV | 64.18 | 138.06 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 44 | 82 | 0 | 0.55 | 0.15 | 0.62 | 316.98 | 0.38 | 0.28 |
| Hex | 61 | 2C | 52 | 0 | 37 | F | 3E | 13D | 26 | 1C |
| Octal | 141 | 54 | 122 | 0 | 67 | 17 | 76 | 475 | 46 | 34 |
| Binary | 1100001 | 101100 | 1010010 | 0 | 110111 | 1111 | 111110 | 100111101 | 100110 | 11100 |
Color Harmonies of #612C52
Complementary color
Monochromatic Colors of #612C52
Black with #612C52
Text Example
Text Example
White with #612C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612C52; }
p { color: rgb(97,44,82); }
H1.HeaderClassName
{
color: #612C52;
}
.AnyTagClassName
{
color: #612C52;
}
</style>
background-color css
<style>
a { background-color: #612C52; }
a { background-color: rgb(97,44,82); }
div.DivClassName
{
background-color: #612C52;
}
.BgClassName
{
background-color: #612C52;
}
</style>
border-color css
<style>
span { border-color: #612C52; }
span { border-color: rgb(97,44,82); }
td.TdClassName
{
border-color: #612C52;
}
.TagClassName
{
border-color: #612C52;
}
</style>