Shades of Dark Purple #7F2061
Tints of Dark Purple #7F2061
RGB
CMYK
RGB Variations
Color information
#7F2061 (or 0x7F2061) is known color: Dark Purple. HEX triplet: 7F, 20 and 61. RGB value is (127,32,97). Sum of RGB (Red+Green+Blue) = 127+32+97=256 (33% of max value = 765). Red value is 127 (50% from 255 or 49.61% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2061 is #80DF9E. Grayscale: #434343. Windows color (decimal): -8445855 or 6365311. OLE color: 6365311.
HSL color Cylindrical-coordinate representation of color #7F2061: hue angle of 318.95º 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 #7F2061 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 32 | 97 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.50 |
| HSL | 318.95º | 0.6% | 0.31% | - |
| HSV(B) | 318.95º | 0.75% | 0.5% | - |
| XYZ | 11.43 | 6.41 | 11.94 | - |
| YUV | 67.82 | 144.47 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 32 | 97 | 0 | 0.75 | 0.24 | 0.50 | 318.95 | 0.6 | 0.31 |
| Hex | 7F | 20 | 61 | 0 | 4B | 18 | 32 | 13F | 3C | 1F |
| Octal | 177 | 40 | 141 | 0 | 113 | 30 | 62 | 477 | 74 | 37 |
| Binary | 1111111 | 100000 | 1100001 | 0 | 1001011 | 11000 | 110010 | 100111111 | 111100 | 11111 |
Color Harmonies of #7F2061
Complementary color
Monochromatic Colors of #7F2061
Black with #7F2061
Text Example
Text Example
White with #7F2061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2061; }
p { color: rgb(127,32,97); }
H1.HeaderClassName
{
color: #7F2061;
}
.AnyTagClassName
{
color: #7F2061;
}
</style>
background-color css
<style>
a { background-color: #7F2061; }
a { background-color: rgb(127,32,97); }
div.DivClassName
{
background-color: #7F2061;
}
.BgClassName
{
background-color: #7F2061;
}
</style>
border-color css
<style>
span { border-color: #7F2061; }
span { border-color: rgb(127,32,97); }
td.TdClassName
{
border-color: #7F2061;
}
.TagClassName
{
border-color: #7F2061;
}
</style>