Shades of Dark Purple #7D0966
Tints of Dark Purple #7D0966
RGB
CMYK
RGB Variations
Color information
#7D0966 (or 0x7D0966) is known color: Dark Purple. HEX triplet: 7D, 09 and 66. RGB value is (125,9,102). Sum of RGB (Red+Green+Blue) = 125+9+102=236 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.97% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0966 is #82F699. Grayscale: #363636. Windows color (decimal): -8582810 or 6687101. OLE color: 6687101.
HSL color Cylindrical-coordinate representation of color #7D0966: hue angle of 311.9º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D0966 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 9 | 102 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.51 |
| HSL | 311.9º | 0.87% | 0.26% | - |
| HSV(B) | 311.9º | 0.93% | 0.49% | - |
| XYZ | 10.95 | 5.51 | 13.06 | - |
| YUV | 54.29 | 154.93 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 9 | 102 | 0 | 0.93 | 0.18 | 0.51 | 311.9 | 0.87 | 0.26 |
| Hex | 7D | 9 | 66 | 0 | 5D | 12 | 33 | 138 | 57 | 1A |
| Octal | 175 | 11 | 146 | 0 | 135 | 22 | 63 | 470 | 127 | 32 |
| Binary | 1111101 | 1001 | 1100110 | 0 | 1011101 | 10010 | 110011 | 100111000 | 1010111 | 11010 |
Color Harmonies of #7D0966
Complementary color
Monochromatic Colors of #7D0966
Black with #7D0966
Text Example
Text Example
White with #7D0966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0966; }
p { color: rgb(125,9,102); }
H1.HeaderClassName
{
color: #7D0966;
}
.AnyTagClassName
{
color: #7D0966;
}
</style>
background-color css
<style>
a { background-color: #7D0966; }
a { background-color: rgb(125,9,102); }
div.DivClassName
{
background-color: #7D0966;
}
.BgClassName
{
background-color: #7D0966;
}
</style>
border-color css
<style>
span { border-color: #7D0966; }
span { border-color: rgb(125,9,102); }
td.TdClassName
{
border-color: #7D0966;
}
.TagClassName
{
border-color: #7D0966;
}
</style>