Shades of Palatinate Purple #612A57
Tints of Palatinate Purple #612A57
RGB
CMYK
RGB Variations
Color information
#612A57 (or 0x612A57) is known color: Palatinate Purple. HEX triplet: 61, 2A and 57. RGB value is (97,42,87). Sum of RGB (Red+Green+Blue) = 97+42+87=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #612A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612A57 is #9ED5A8. Grayscale: #3F3F3F. Windows color (decimal): -10409385 or 5712481. OLE color: 5712481.
HSL color Cylindrical-coordinate representation of color #612A57: hue angle of 310.91º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #612A57 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 42 | 87 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.62 |
| HSL | 310.91º | 0.4% | 0.27% | - |
| HSV(B) | 310.91º | 0.57% | 0.38% | - |
| XYZ | 7.48 | 4.89 | 9.57 | - |
| YUV | 63.58 | 141.22 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 42 | 87 | 0 | 0.57 | 0.10 | 0.62 | 310.91 | 0.4 | 0.27 |
| Hex | 61 | 2A | 57 | 0 | 39 | A | 3E | 137 | 28 | 1B |
| Octal | 141 | 52 | 127 | 0 | 71 | 12 | 76 | 467 | 50 | 33 |
| Binary | 1100001 | 101010 | 1010111 | 0 | 111001 | 1010 | 111110 | 100110111 | 101000 | 11011 |
Color Harmonies of #612A57
Complementary color
Monochromatic Colors of #612A57
Black with #612A57
Text Example
Text Example
White with #612A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612A57; }
p { color: rgb(97,42,87); }
H1.HeaderClassName
{
color: #612A57;
}
.AnyTagClassName
{
color: #612A57;
}
</style>
background-color css
<style>
a { background-color: #612A57; }
a { background-color: rgb(97,42,87); }
div.DivClassName
{
background-color: #612A57;
}
.BgClassName
{
background-color: #612A57;
}
</style>
border-color css
<style>
span { border-color: #612A57; }
span { border-color: rgb(97,42,87); }
td.TdClassName
{
border-color: #612A57;
}
.TagClassName
{
border-color: #612A57;
}
</style>