Shades of Palatinate Purple #612E55
Tints of Palatinate Purple #612E55
RGB
CMYK
RGB Variations
Color information
#612E55 (or 0x612E55) is known color: Palatinate Purple. HEX triplet: 61, 2E and 55. RGB value is (97,46,85). Sum of RGB (Red+Green+Blue) = 97+46+85=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #612E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E55 is #9ED1AA. Grayscale: #414141. Windows color (decimal): -10408363 or 5582433. OLE color: 5582433.
HSL color Cylindrical-coordinate representation of color #612E55: hue angle of 314.12º 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 #612E55 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 46 | 85 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.62 |
| HSL | 314.12º | 0.36% | 0.28% | - |
| HSV(B) | 314.12º | 0.53% | 0.38% | - |
| XYZ | 7.55 | 5.15 | 9.19 | - |
| YUV | 65.7 | 138.9 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 46 | 85 | 0 | 0.53 | 0.12 | 0.62 | 314.12 | 0.36 | 0.28 |
| Hex | 61 | 2E | 55 | 0 | 35 | C | 3E | 13A | 24 | 1C |
| Octal | 141 | 56 | 125 | 0 | 65 | 14 | 76 | 472 | 44 | 34 |
| Binary | 1100001 | 101110 | 1010101 | 0 | 110101 | 1100 | 111110 | 100111010 | 100100 | 11100 |
Color Harmonies of #612E55
Complementary color
Monochromatic Colors of #612E55
Black with #612E55
Text Example
Text Example
White with #612E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612E55; }
p { color: rgb(97,46,85); }
H1.HeaderClassName
{
color: #612E55;
}
.AnyTagClassName
{
color: #612E55;
}
</style>
background-color css
<style>
a { background-color: #612E55; }
a { background-color: rgb(97,46,85); }
div.DivClassName
{
background-color: #612E55;
}
.BgClassName
{
background-color: #612E55;
}
</style>
border-color css
<style>
span { border-color: #612E55; }
span { border-color: rgb(97,46,85); }
td.TdClassName
{
border-color: #612E55;
}
.TagClassName
{
border-color: #612E55;
}
</style>