Shades of Dark Purple #7F0967
Tints of Dark Purple #7F0967
RGB
CMYK
RGB Variations
Color information
#7F0967 (or 0x7F0967) is known color: Dark Purple. HEX triplet: 7F, 09 and 67. RGB value is (127,9,103). Sum of RGB (Red+Green+Blue) = 127+9+103=239 (31% of max value = 765). Red value is 127 (50% from 255 or 53.14% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0967 is #80F698. Grayscale: #363636. Windows color (decimal): -8451737 or 6752639. OLE color: 6752639.
HSL color Cylindrical-coordinate representation of color #7F0967: hue angle of 312.2º 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 #7F0967 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 9 | 103 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.50 |
| HSL | 312.2º | 0.87% | 0.27% | - |
| HSV(B) | 312.2º | 0.93% | 0.5% | - |
| XYZ | 11.3 | 5.69 | 13.33 | - |
| YUV | 55 | 155.09 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 103 | 0 | 0.93 | 0.19 | 0.50 | 312.2 | 0.87 | 0.27 |
| Hex | 7F | 9 | 67 | 0 | 5D | 13 | 32 | 138 | 57 | 1B |
| Octal | 177 | 11 | 147 | 0 | 135 | 23 | 62 | 470 | 127 | 33 |
| Binary | 1111111 | 1001 | 1100111 | 0 | 1011101 | 10011 | 110010 | 100111000 | 1010111 | 11011 |
Color Harmonies of #7F0967
Complementary color
Monochromatic Colors of #7F0967
Black with #7F0967
Text Example
Text Example
White with #7F0967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0967; }
p { color: rgb(127,9,103); }
H1.HeaderClassName
{
color: #7F0967;
}
.AnyTagClassName
{
color: #7F0967;
}
</style>
background-color css
<style>
a { background-color: #7F0967; }
a { background-color: rgb(127,9,103); }
div.DivClassName
{
background-color: #7F0967;
}
.BgClassName
{
background-color: #7F0967;
}
</style>
border-color css
<style>
span { border-color: #7F0967; }
span { border-color: rgb(127,9,103); }
td.TdClassName
{
border-color: #7F0967;
}
.TagClassName
{
border-color: #7F0967;
}
</style>