Shades of Palatinate Purple #612D5E
Tints of Palatinate Purple #612D5E
RGB
CMYK
RGB Variations
Color information
#612D5E (or 0x612D5E) is known color: Palatinate Purple. HEX triplet: 61, 2D and 5E. RGB value is (97,45,94). Sum of RGB (Red+Green+Blue) = 97+45+94=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #612D5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612D5E is #9ED2A1. Grayscale: #414141. Windows color (decimal): -10408610 or 6172001. OLE color: 6172001.
HSL color Cylindrical-coordinate representation of color #612D5E: hue angle of 303.46º 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 #612D5E is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 45 | 94 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.62 |
| HSL | 303.46º | 0.37% | 0.28% | - |
| HSV(B) | 303.46º | 0.54% | 0.38% | - |
| XYZ | 7.89 | 5.23 | 11.18 | - |
| YUV | 66.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 45 | 94 | 0 | 0.54 | 0.03 | 0.62 | 303.46 | 0.37 | 0.28 |
| Hex | 61 | 2D | 5E | 0 | 36 | 3 | 3E | 12F | 25 | 1C |
| Octal | 141 | 55 | 136 | 0 | 66 | 3 | 76 | 457 | 45 | 34 |
| Binary | 1100001 | 101101 | 1011110 | 0 | 110110 | 11 | 111110 | 100101111 | 100101 | 11100 |
Color Harmonies of #612D5E
Complementary color
Monochromatic Colors of #612D5E
Black with #612D5E
Text Example
Text Example
White with #612D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612D5E; }
p { color: rgb(97,45,94); }
H1.HeaderClassName
{
color: #612D5E;
}
.AnyTagClassName
{
color: #612D5E;
}
</style>
background-color css
<style>
a { background-color: #612D5E; }
a { background-color: rgb(97,45,94); }
div.DivClassName
{
background-color: #612D5E;
}
.BgClassName
{
background-color: #612D5E;
}
</style>
border-color css
<style>
span { border-color: #612D5E; }
span { border-color: rgb(97,45,94); }
td.TdClassName
{
border-color: #612D5E;
}
.TagClassName
{
border-color: #612D5E;
}
</style>