Shades of Dark Purple #7D1163
Tints of Dark Purple #7D1163
RGB
CMYK
RGB Variations
Color information
#7D1163 (or 0x7D1163) is known color: Dark Purple. HEX triplet: 7D, 11 and 63. RGB value is (125,17,99). Sum of RGB (Red+Green+Blue) = 125+17+99=241 (31% of max value = 765). Red value is 125 (49.22% from 255 or 51.87% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1163 is #82EE9C. Grayscale: #3A3A3A. Windows color (decimal): -8580765 or 6492541. OLE color: 6492541.
HSL color Cylindrical-coordinate representation of color #7D1163: hue angle of 314.44º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D1163 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 17 | 99 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.51 |
| HSL | 314.44º | 0.76% | 0.28% | - |
| HSV(B) | 314.44º | 0.86% | 0.49% | - |
| XYZ | 10.91 | 5.66 | 12.32 | - |
| YUV | 58.64 | 150.78 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 17 | 99 | 0 | 0.86 | 0.21 | 0.51 | 314.44 | 0.76 | 0.28 |
| Hex | 7D | 11 | 63 | 0 | 56 | 15 | 33 | 13A | 4C | 1C |
| Octal | 175 | 21 | 143 | 0 | 126 | 25 | 63 | 472 | 114 | 34 |
| Binary | 1111101 | 10001 | 1100011 | 0 | 1010110 | 10101 | 110011 | 100111010 | 1001100 | 11100 |
Color Harmonies of #7D1163
Complementary color
Monochromatic Colors of #7D1163
Black with #7D1163
Text Example
Text Example
White with #7D1163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1163; }
p { color: rgb(125,17,99); }
H1.HeaderClassName
{
color: #7D1163;
}
.AnyTagClassName
{
color: #7D1163;
}
</style>
background-color css
<style>
a { background-color: #7D1163; }
a { background-color: rgb(125,17,99); }
div.DivClassName
{
background-color: #7D1163;
}
.BgClassName
{
background-color: #7D1163;
}
</style>
border-color css
<style>
span { border-color: #7D1163; }
span { border-color: rgb(125,17,99); }
td.TdClassName
{
border-color: #7D1163;
}
.TagClassName
{
border-color: #7D1163;
}
</style>