Shades of Dark Purple #7F1071
Tints of Dark Purple #7F1071
RGB
CMYK
RGB Variations
Color information
#7F1071 (or 0x7F1071) is known color: Dark Purple. HEX triplet: 7F, 10 and 71. RGB value is (127,16,113). Sum of RGB (Red+Green+Blue) = 127+16+113=256 (33% of max value = 765). Red value is 127 (50% from 255 or 49.61% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1071 is #80EF8E. Grayscale: #3B3B3B. Windows color (decimal): -8449935 or 7409791. OLE color: 7409791.
HSL color Cylindrical-coordinate representation of color #7F1071: hue angle of 307.57º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F1071 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 16 | 113 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.50 |
| HSL | 307.57º | 0.78% | 0.28% | - |
| HSV(B) | 307.57º | 0.87% | 0.5% | - |
| XYZ | 11.92 | 6.07 | 16.17 | - |
| YUV | 60.25 | 157.77 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 16 | 113 | 0 | 0.87 | 0.11 | 0.50 | 307.57 | 0.78 | 0.28 |
| Hex | 7F | 10 | 71 | 0 | 57 | B | 32 | 134 | 4E | 1C |
| Octal | 177 | 20 | 161 | 0 | 127 | 13 | 62 | 464 | 116 | 34 |
| Binary | 1111111 | 10000 | 1110001 | 0 | 1010111 | 1011 | 110010 | 100110100 | 1001110 | 11100 |
Color Harmonies of #7F1071
Complementary color
Monochromatic Colors of #7F1071
Black with #7F1071
Text Example
Text Example
White with #7F1071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1071; }
p { color: rgb(127,16,113); }
H1.HeaderClassName
{
color: #7F1071;
}
.AnyTagClassName
{
color: #7F1071;
}
</style>
background-color css
<style>
a { background-color: #7F1071; }
a { background-color: rgb(127,16,113); }
div.DivClassName
{
background-color: #7F1071;
}
.BgClassName
{
background-color: #7F1071;
}
</style>
border-color css
<style>
span { border-color: #7F1071; }
span { border-color: rgb(127,16,113); }
td.TdClassName
{
border-color: #7F1071;
}
.TagClassName
{
border-color: #7F1071;
}
</style>