Shades of Palatinate Purple #612A53
Tints of Palatinate Purple #612A53
RGB
CMYK
RGB Variations
Color information
#612A53 (or 0x612A53) is known color: Palatinate Purple. HEX triplet: 61, 2A and 53. RGB value is (97,42,83). Sum of RGB (Red+Green+Blue) = 97+42+83=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #612A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612A53 is #9ED5AC. Grayscale: #3F3F3F. Windows color (decimal): -10409389 or 5450337. OLE color: 5450337.
HSL color Cylindrical-coordinate representation of color #612A53: hue angle of 315.27º 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 #612A53 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 42 | 83 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.62 |
| HSL | 315.27º | 0.4% | 0.27% | - |
| HSV(B) | 315.27º | 0.57% | 0.38% | - |
| XYZ | 7.32 | 4.82 | 8.73 | - |
| YUV | 63.12 | 139.22 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 42 | 83 | 0 | 0.57 | 0.14 | 0.62 | 315.27 | 0.4 | 0.27 |
| Hex | 61 | 2A | 53 | 0 | 39 | E | 3E | 13B | 28 | 1B |
| Octal | 141 | 52 | 123 | 0 | 71 | 16 | 76 | 473 | 50 | 33 |
| Binary | 1100001 | 101010 | 1010011 | 0 | 111001 | 1110 | 111110 | 100111011 | 101000 | 11011 |
Color Harmonies of #612A53
Complementary color
Monochromatic Colors of #612A53
Black with #612A53
Text Example
Text Example
White with #612A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612A53; }
p { color: rgb(97,42,83); }
H1.HeaderClassName
{
color: #612A53;
}
.AnyTagClassName
{
color: #612A53;
}
</style>
background-color css
<style>
a { background-color: #612A53; }
a { background-color: rgb(97,42,83); }
div.DivClassName
{
background-color: #612A53;
}
.BgClassName
{
background-color: #612A53;
}
</style>
border-color css
<style>
span { border-color: #612A53; }
span { border-color: rgb(97,42,83); }
td.TdClassName
{
border-color: #612A53;
}
.TagClassName
{
border-color: #612A53;
}
</style>