Shades of Palatinate Purple #7F2F65
Tints of Palatinate Purple #7F2F65
RGB
CMYK
RGB Variations
Color information
#7F2F65 (or 0x7F2F65) is known color: Palatinate Purple. HEX triplet: 7F, 2F and 65. RGB value is (127,47,101). Sum of RGB (Red+Green+Blue) = 127+47+101=275 (36% of max value = 765). Red value is 127 (50% from 255 or 46.18% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2F65 is #80D09A. Grayscale: #4C4C4C. Windows color (decimal): -8442011 or 6631295. OLE color: 6631295.
HSL color Cylindrical-coordinate representation of color #7F2F65: hue angle of 319.5º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7F2F65 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 47 | 101 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.50 |
| HSL | 319.5º | 0.46% | 0.34% | - |
| HSV(B) | 319.5º | 0.63% | 0.5% | - |
| XYZ | 12.12 | 7.48 | 13.12 | - |
| YUV | 77.08 | 141.5 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 47 | 101 | 0 | 0.63 | 0.20 | 0.50 | 319.5 | 0.46 | 0.34 |
| Hex | 7F | 2F | 65 | 0 | 3F | 14 | 32 | 140 | 2E | 22 |
| Octal | 177 | 57 | 145 | 0 | 77 | 24 | 62 | 500 | 56 | 42 |
| Binary | 1111111 | 101111 | 1100101 | 0 | 111111 | 10100 | 110010 | 101000000 | 101110 | 100010 |
Color Harmonies of #7F2F65
Complementary color
Monochromatic Colors of #7F2F65
Black with #7F2F65
Text Example
Text Example
White with #7F2F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2F65; }
p { color: rgb(127,47,101); }
H1.HeaderClassName
{
color: #7F2F65;
}
.AnyTagClassName
{
color: #7F2F65;
}
</style>
background-color css
<style>
a { background-color: #7F2F65; }
a { background-color: rgb(127,47,101); }
div.DivClassName
{
background-color: #7F2F65;
}
.BgClassName
{
background-color: #7F2F65;
}
</style>
border-color css
<style>
span { border-color: #7F2F65; }
span { border-color: rgb(127,47,101); }
td.TdClassName
{
border-color: #7F2F65;
}
.TagClassName
{
border-color: #7F2F65;
}
</style>