Shades of Palatinate Purple #612E58
Tints of Palatinate Purple #612E58
RGB
CMYK
RGB Variations
Color information
#612E58 (or 0x612E58) is known color: Palatinate Purple. HEX triplet: 61, 2E and 58. RGB value is (97,46,88). Sum of RGB (Red+Green+Blue) = 97+46+88=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #612E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E58 is #9ED1A7. Grayscale: #414141. Windows color (decimal): -10408360 or 5779041. OLE color: 5779041.
HSL color Cylindrical-coordinate representation of color #612E58: hue angle of 310.59º 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 #612E58 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 46 | 88 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.62 |
| HSL | 310.59º | 0.36% | 0.28% | - |
| HSV(B) | 310.59º | 0.53% | 0.38% | - |
| XYZ | 7.67 | 5.2 | 9.83 | - |
| YUV | 66.04 | 140.4 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 46 | 88 | 0 | 0.53 | 0.09 | 0.62 | 310.59 | 0.36 | 0.28 |
| Hex | 61 | 2E | 58 | 0 | 35 | 9 | 3E | 137 | 24 | 1C |
| Octal | 141 | 56 | 130 | 0 | 65 | 11 | 76 | 467 | 44 | 34 |
| Binary | 1100001 | 101110 | 1011000 | 0 | 110101 | 1001 | 111110 | 100110111 | 100100 | 11100 |
Color Harmonies of #612E58
Complementary color
Monochromatic Colors of #612E58
Black with #612E58
Text Example
Text Example
White with #612E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612E58; }
p { color: rgb(97,46,88); }
H1.HeaderClassName
{
color: #612E58;
}
.AnyTagClassName
{
color: #612E58;
}
</style>
background-color css
<style>
a { background-color: #612E58; }
a { background-color: rgb(97,46,88); }
div.DivClassName
{
background-color: #612E58;
}
.BgClassName
{
background-color: #612E58;
}
</style>
border-color css
<style>
span { border-color: #612E58; }
span { border-color: rgb(97,46,88); }
td.TdClassName
{
border-color: #612E58;
}
.TagClassName
{
border-color: #612E58;
}
</style>