Shades of Palatinate Purple #7F2962
Tints of Palatinate Purple #7F2962
RGB
CMYK
RGB Variations
Color information
#7F2962 (or 0x7F2962) is known color: Palatinate Purple. HEX triplet: 7F, 29 and 62. RGB value is (127,41,98). Sum of RGB (Red+Green+Blue) = 127+41+98=266 (35% of max value = 765). Red value is 127 (50% from 255 or 47.74% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2962 is #80D69D. Grayscale: #494949. Windows color (decimal): -8443550 or 6433151. OLE color: 6433151.
HSL color Cylindrical-coordinate representation of color #7F2962: hue angle of 320.23º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F2962 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 41 | 98 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.50 |
| HSL | 320.23º | 0.51% | 0.33% | - |
| HSV(B) | 320.23º | 0.68% | 0.5% | - |
| XYZ | 11.75 | 6.98 | 12.28 | - |
| YUV | 73.21 | 141.99 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 41 | 98 | 0 | 0.68 | 0.23 | 0.50 | 320.23 | 0.51 | 0.33 |
| Hex | 7F | 29 | 62 | 0 | 44 | 17 | 32 | 140 | 33 | 21 |
| Octal | 177 | 51 | 142 | 0 | 104 | 27 | 62 | 500 | 63 | 41 |
| Binary | 1111111 | 101001 | 1100010 | 0 | 1000100 | 10111 | 110010 | 101000000 | 110011 | 100001 |
Color Harmonies of #7F2962
Complementary color
Monochromatic Colors of #7F2962
Black with #7F2962
Text Example
Text Example
White with #7F2962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2962; }
p { color: rgb(127,41,98); }
H1.HeaderClassName
{
color: #7F2962;
}
.AnyTagClassName
{
color: #7F2962;
}
</style>
background-color css
<style>
a { background-color: #7F2962; }
a { background-color: rgb(127,41,98); }
div.DivClassName
{
background-color: #7F2962;
}
.BgClassName
{
background-color: #7F2962;
}
</style>
border-color css
<style>
span { border-color: #7F2962; }
span { border-color: rgb(127,41,98); }
td.TdClassName
{
border-color: #7F2962;
}
.TagClassName
{
border-color: #7F2962;
}
</style>