Shades of Palatinate Purple #7F205F
Tints of Palatinate Purple #7F205F
RGB
CMYK
RGB Variations
Color information
#7F205F (or 0x7F205F) is known color: Palatinate Purple. HEX triplet: 7F, 20 and 5F. RGB value is (127,32,95). Sum of RGB (Red+Green+Blue) = 127+32+95=254 (33% of max value = 765). Red value is 127 (50% from 255 or 50% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 127 - color contains mainly: red. Hex color #7F205F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F205F is #80DFA0. Grayscale: #434343. Windows color (decimal): -8445857 or 6234239. OLE color: 6234239.
HSL color Cylindrical-coordinate representation of color #7F205F: hue angle of 320.21º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F205F is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 32 | 95 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.50 |
| HSL | 320.21º | 0.6% | 0.31% | - |
| HSV(B) | 320.21º | 0.75% | 0.5% | - |
| XYZ | 11.33 | 6.37 | 11.46 | - |
| YUV | 67.59 | 143.47 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 32 | 95 | 0 | 0.75 | 0.25 | 0.50 | 320.21 | 0.6 | 0.31 |
| Hex | 7F | 20 | 5F | 0 | 4B | 19 | 32 | 140 | 3C | 1F |
| Octal | 177 | 40 | 137 | 0 | 113 | 31 | 62 | 500 | 74 | 37 |
| Binary | 1111111 | 100000 | 1011111 | 0 | 1001011 | 11001 | 110010 | 101000000 | 111100 | 11111 |
Color Harmonies of #7F205F
Complementary color
Monochromatic Colors of #7F205F
Black with #7F205F
Text Example
Text Example
White with #7F205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F205F; }
p { color: rgb(127,32,95); }
H1.HeaderClassName
{
color: #7F205F;
}
.AnyTagClassName
{
color: #7F205F;
}
</style>
background-color css
<style>
a { background-color: #7F205F; }
a { background-color: rgb(127,32,95); }
div.DivClassName
{
background-color: #7F205F;
}
.BgClassName
{
background-color: #7F205F;
}
</style>
border-color css
<style>
span { border-color: #7F205F; }
span { border-color: rgb(127,32,95); }
td.TdClassName
{
border-color: #7F205F;
}
.TagClassName
{
border-color: #7F205F;
}
</style>