Shades of Palatinate Purple #612E56
Tints of Palatinate Purple #612E56
RGB
CMYK
RGB Variations
Color information
#612E56 (or 0x612E56) is known color: Palatinate Purple. HEX triplet: 61, 2E and 56. RGB value is (97,46,86). Sum of RGB (Red+Green+Blue) = 97+46+86=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 97 - color contains mainly: red. Hex color #612E56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E56 is #9ED1A9. Grayscale: #414141. Windows color (decimal): -10408362 or 5647969. OLE color: 5647969.
HSL color Cylindrical-coordinate representation of color #612E56: hue angle of 312.94º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #612E56 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 46 | 86 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.62 |
| HSL | 312.94º | 0.36% | 0.28% | - |
| HSV(B) | 312.94º | 0.53% | 0.38% | - |
| XYZ | 7.59 | 5.17 | 9.4 | - |
| YUV | 65.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 46 | 86 | 0 | 0.53 | 0.11 | 0.62 | 312.94 | 0.36 | 0.28 |
| Hex | 61 | 2E | 56 | 0 | 35 | B | 3E | 139 | 24 | 1C |
| Octal | 141 | 56 | 126 | 0 | 65 | 13 | 76 | 471 | 44 | 34 |
| Binary | 1100001 | 101110 | 1010110 | 0 | 110101 | 1011 | 111110 | 100111001 | 100100 | 11100 |
Color Harmonies of #612E56
Complementary color
Monochromatic Colors of #612E56
Black with #612E56
Text Example
Text Example
White with #612E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612E56; }
p { color: rgb(97,46,86); }
H1.HeaderClassName
{
color: #612E56;
}
.AnyTagClassName
{
color: #612E56;
}
</style>
background-color css
<style>
a { background-color: #612E56; }
a { background-color: rgb(97,46,86); }
div.DivClassName
{
background-color: #612E56;
}
.BgClassName
{
background-color: #612E56;
}
</style>
border-color css
<style>
span { border-color: #612E56; }
span { border-color: rgb(97,46,86); }
td.TdClassName
{
border-color: #612E56;
}
.TagClassName
{
border-color: #612E56;
}
</style>