Shades of Palatinate Purple #612B50
Tints of Palatinate Purple #612B50
RGB
CMYK
RGB Variations
Color information
#612B50 (or 0x612B50) is known color: Palatinate Purple. HEX triplet: 61, 2B and 50. RGB value is (97,43,80). Sum of RGB (Red+Green+Blue) = 97+43+80=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #612B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612B50 is #9ED4AF. Grayscale: #3F3F3F. Windows color (decimal): -10409136 or 5253985. OLE color: 5253985.
HSL color Cylindrical-coordinate representation of color #612B50: hue angle of 318.89º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #612B50 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 43 | 80 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.62 |
| HSL | 318.89º | 0.39% | 0.27% | - |
| HSV(B) | 318.89º | 0.56% | 0.38% | - |
| XYZ | 7.24 | 4.85 | 8.14 | - |
| YUV | 63.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 43 | 80 | 0 | 0.56 | 0.18 | 0.62 | 318.89 | 0.39 | 0.27 |
| Hex | 61 | 2B | 50 | 0 | 38 | 12 | 3E | 13F | 27 | 1B |
| Octal | 141 | 53 | 120 | 0 | 70 | 22 | 76 | 477 | 47 | 33 |
| Binary | 1100001 | 101011 | 1010000 | 0 | 111000 | 10010 | 111110 | 100111111 | 100111 | 11011 |
Color Harmonies of #612B50
Complementary color
Monochromatic Colors of #612B50
Black with #612B50
Text Example
Text Example
White with #612B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612B50; }
p { color: rgb(97,43,80); }
H1.HeaderClassName
{
color: #612B50;
}
.AnyTagClassName
{
color: #612B50;
}
</style>
background-color css
<style>
a { background-color: #612B50; }
a { background-color: rgb(97,43,80); }
div.DivClassName
{
background-color: #612B50;
}
.BgClassName
{
background-color: #612B50;
}
</style>
border-color css
<style>
span { border-color: #612B50; }
span { border-color: rgb(97,43,80); }
td.TdClassName
{
border-color: #612B50;
}
.TagClassName
{
border-color: #612B50;
}
</style>