Shades of Palatinate Purple #612C5F
Tints of Palatinate Purple #612C5F
RGB
CMYK
RGB Variations
Color information
#612C5F (or 0x612C5F) is known color: Palatinate Purple. HEX triplet: 61, 2C and 5F. RGB value is (97,44,95). Sum of RGB (Red+Green+Blue) = 97+44+95=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #612C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612C5F is #9ED3A0. Grayscale: #414141. Windows color (decimal): -10408865 or 6237281. OLE color: 6237281.
HSL color Cylindrical-coordinate representation of color #612C5F: hue angle of 302.26º 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 #612C5F is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 44 | 95 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.62 |
| HSL | 302.26º | 0.38% | 0.28% | - |
| HSV(B) | 302.26º | 0.55% | 0.38% | - |
| XYZ | 7.9 | 5.17 | 11.41 | - |
| YUV | 65.66 | 144.56 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 44 | 95 | 0 | 0.55 | 0.02 | 0.62 | 302.26 | 0.38 | 0.28 |
| Hex | 61 | 2C | 5F | 0 | 37 | 2 | 3E | 12E | 26 | 1C |
| Octal | 141 | 54 | 137 | 0 | 67 | 2 | 76 | 456 | 46 | 34 |
| Binary | 1100001 | 101100 | 1011111 | 0 | 110111 | 10 | 111110 | 100101110 | 100110 | 11100 |
Color Harmonies of #612C5F
Complementary color
Monochromatic Colors of #612C5F
Black with #612C5F
Text Example
Text Example
White with #612C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612C5F; }
p { color: rgb(97,44,95); }
H1.HeaderClassName
{
color: #612C5F;
}
.AnyTagClassName
{
color: #612C5F;
}
</style>
background-color css
<style>
a { background-color: #612C5F; }
a { background-color: rgb(97,44,95); }
div.DivClassName
{
background-color: #612C5F;
}
.BgClassName
{
background-color: #612C5F;
}
</style>
border-color css
<style>
span { border-color: #612C5F; }
span { border-color: rgb(97,44,95); }
td.TdClassName
{
border-color: #612C5F;
}
.TagClassName
{
border-color: #612C5F;
}
</style>