Shades of Dark Purple #7F2060
Tints of Dark Purple #7F2060
RGB
CMYK
RGB Variations
Color information
#7F2060 (or 0x7F2060) is known color: Dark Purple. HEX triplet: 7F, 20 and 60. RGB value is (127,32,96). Sum of RGB (Red+Green+Blue) = 127+32+96=255 (33% of max value = 765). Red value is 127 (50% from 255 or 49.80% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2060 is #80DF9F. Grayscale: #434343. Windows color (decimal): -8445856 or 6299775. OLE color: 6299775.
HSL color Cylindrical-coordinate representation of color #7F2060: hue angle of 319.58º 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 #7F2060 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 32 | 96 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.50 |
| HSL | 319.58º | 0.6% | 0.31% | - |
| HSV(B) | 319.58º | 0.75% | 0.5% | - |
| XYZ | 11.38 | 6.39 | 11.7 | - |
| YUV | 67.7 | 143.97 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 32 | 96 | 0 | 0.75 | 0.24 | 0.50 | 319.58 | 0.6 | 0.31 |
| Hex | 7F | 20 | 60 | 0 | 4B | 18 | 32 | 140 | 3C | 1F |
| Octal | 177 | 40 | 140 | 0 | 113 | 30 | 62 | 500 | 74 | 37 |
| Binary | 1111111 | 100000 | 1100000 | 0 | 1001011 | 11000 | 110010 | 101000000 | 111100 | 11111 |
Color Harmonies of #7F2060
Complementary color
Monochromatic Colors of #7F2060
Black with #7F2060
Text Example
Text Example
White with #7F2060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2060; }
p { color: rgb(127,32,96); }
H1.HeaderClassName
{
color: #7F2060;
}
.AnyTagClassName
{
color: #7F2060;
}
</style>
background-color css
<style>
a { background-color: #7F2060; }
a { background-color: rgb(127,32,96); }
div.DivClassName
{
background-color: #7F2060;
}
.BgClassName
{
background-color: #7F2060;
}
</style>
border-color css
<style>
span { border-color: #7F2060; }
span { border-color: rgb(127,32,96); }
td.TdClassName
{
border-color: #7F2060;
}
.TagClassName
{
border-color: #7F2060;
}
</style>