Shades of Dark Purple #7F0969
Tints of Dark Purple #7F0969
RGB
CMYK
RGB Variations
Color information
#7F0969 (or 0x7F0969) is known color: Dark Purple. HEX triplet: 7F, 09 and 69. RGB value is (127,9,105). Sum of RGB (Red+Green+Blue) = 127+9+105=241 (31% of max value = 765). Red value is 127 (50% from 255 or 52.70% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0969 is #80F696. Grayscale: #363636. Windows color (decimal): -8451735 or 6883711. OLE color: 6883711.
HSL color Cylindrical-coordinate representation of color #7F0969: hue angle of 311.19º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F0969 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 9 | 105 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.50 |
| HSL | 311.19º | 0.87% | 0.27% | - |
| HSV(B) | 311.19º | 0.93% | 0.5% | - |
| XYZ | 11.4 | 5.73 | 13.87 | - |
| YUV | 55.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 105 | 0 | 0.93 | 0.17 | 0.50 | 311.19 | 0.87 | 0.27 |
| Hex | 7F | 9 | 69 | 0 | 5D | 11 | 32 | 137 | 57 | 1B |
| Octal | 177 | 11 | 151 | 0 | 135 | 21 | 62 | 467 | 127 | 33 |
| Binary | 1111111 | 1001 | 1101001 | 0 | 1011101 | 10001 | 110010 | 100110111 | 1010111 | 11011 |
Color Harmonies of #7F0969
Complementary color
Monochromatic Colors of #7F0969
Black with #7F0969
Text Example
Text Example
White with #7F0969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0969; }
p { color: rgb(127,9,105); }
H1.HeaderClassName
{
color: #7F0969;
}
.AnyTagClassName
{
color: #7F0969;
}
</style>
background-color css
<style>
a { background-color: #7F0969; }
a { background-color: rgb(127,9,105); }
div.DivClassName
{
background-color: #7F0969;
}
.BgClassName
{
background-color: #7F0969;
}
</style>
border-color css
<style>
span { border-color: #7F0969; }
span { border-color: rgb(127,9,105); }
td.TdClassName
{
border-color: #7F0969;
}
.TagClassName
{
border-color: #7F0969;
}
</style>