Shades of Dark Purple #7F2F73
Tints of Dark Purple #7F2F73
RGB
CMYK
RGB Variations
Color information
#7F2F73 (or 0x7F2F73) is known color: Dark Purple. HEX triplet: 7F, 2F and 73. RGB value is (127,47,115). Sum of RGB (Red+Green+Blue) = 127+47+115=289 (38% of max value = 765). Red value is 127 (50% from 255 or 43.94% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2F73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2F73 is #80D08C. Grayscale: #4E4E4E. Windows color (decimal): -8441997 or 7548799. OLE color: 7548799.
HSL color Cylindrical-coordinate representation of color #7F2F73: hue angle of 309º 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 #7F2F73 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 47 | 115 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.50 |
| HSL | 309º | 0.46% | 0.34% | - |
| HSV(B) | 309º | 0.63% | 0.5% | - |
| XYZ | 12.86 | 7.78 | 17.04 | - |
| YUV | 78.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 47 | 115 | 0 | 0.63 | 0.09 | 0.50 | 309 | 0.46 | 0.34 |
| Hex | 7F | 2F | 73 | 0 | 3F | 9 | 32 | 135 | 2E | 22 |
| Octal | 177 | 57 | 163 | 0 | 77 | 11 | 62 | 465 | 56 | 42 |
| Binary | 1111111 | 101111 | 1110011 | 0 | 111111 | 1001 | 110010 | 100110101 | 101110 | 100010 |
Color Harmonies of #7F2F73
Complementary color
Monochromatic Colors of #7F2F73
Black with #7F2F73
Text Example
Text Example
White with #7F2F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2F73; }
p { color: rgb(127,47,115); }
H1.HeaderClassName
{
color: #7F2F73;
}
.AnyTagClassName
{
color: #7F2F73;
}
</style>
background-color css
<style>
a { background-color: #7F2F73; }
a { background-color: rgb(127,47,115); }
div.DivClassName
{
background-color: #7F2F73;
}
.BgClassName
{
background-color: #7F2F73;
}
</style>
border-color css
<style>
span { border-color: #7F2F73; }
span { border-color: rgb(127,47,115); }
td.TdClassName
{
border-color: #7F2F73;
}
.TagClassName
{
border-color: #7F2F73;
}
</style>