Shades of Dark Purple #7D1263
Tints of Dark Purple #7D1263
RGB
CMYK
RGB Variations
Color information
#7D1263 (or 0x7D1263) is known color: Dark Purple. HEX triplet: 7D, 12 and 63. RGB value is (125,18,99). Sum of RGB (Red+Green+Blue) = 125+18+99=242 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.65% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1263 is #82ED9C. Grayscale: #3B3B3B. Windows color (decimal): -8580509 or 6492797. OLE color: 6492797.
HSL color Cylindrical-coordinate representation of color #7D1263: hue angle of 314.58º degrees, saturation: 0.75, 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 #7D1263 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 18 | 99 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.51 |
| HSL | 314.58º | 0.75% | 0.28% | - |
| HSV(B) | 314.58º | 0.86% | 0.49% | - |
| XYZ | 10.93 | 5.69 | 12.33 | - |
| YUV | 59.23 | 150.45 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 18 | 99 | 0 | 0.86 | 0.21 | 0.51 | 314.58 | 0.75 | 0.28 |
| Hex | 7D | 12 | 63 | 0 | 56 | 15 | 33 | 13B | 4B | 1C |
| Octal | 175 | 22 | 143 | 0 | 126 | 25 | 63 | 473 | 113 | 34 |
| Binary | 1111101 | 10010 | 1100011 | 0 | 1010110 | 10101 | 110011 | 100111011 | 1001011 | 11100 |
Color Harmonies of #7D1263
Complementary color
Monochromatic Colors of #7D1263
Black with #7D1263
Text Example
Text Example
White with #7D1263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1263; }
p { color: rgb(125,18,99); }
H1.HeaderClassName
{
color: #7D1263;
}
.AnyTagClassName
{
color: #7D1263;
}
</style>
background-color css
<style>
a { background-color: #7D1263; }
a { background-color: rgb(125,18,99); }
div.DivClassName
{
background-color: #7D1263;
}
.BgClassName
{
background-color: #7D1263;
}
</style>
border-color css
<style>
span { border-color: #7D1263; }
span { border-color: rgb(125,18,99); }
td.TdClassName
{
border-color: #7D1263;
}
.TagClassName
{
border-color: #7D1263;
}
</style>