Shades of Dark Purple #7D1362
Tints of Dark Purple #7D1362
RGB
CMYK
RGB Variations
Color information
#7D1362 (or 0x7D1362) is known color: Dark Purple. HEX triplet: 7D, 13 and 62. RGB value is (125,19,98). Sum of RGB (Red+Green+Blue) = 125+19+98=242 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.65% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1362 is #82EC9D. Grayscale: #3B3B3B. Windows color (decimal): -8580254 or 6427517. OLE color: 6427517.
HSL color Cylindrical-coordinate representation of color #7D1362: hue angle of 315.28º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D1362 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 19 | 98 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.51 |
| HSL | 315.28º | 0.74% | 0.28% | - |
| HSV(B) | 315.28º | 0.85% | 0.49% | - |
| XYZ | 10.89 | 5.71 | 12.08 | - |
| YUV | 59.7 | 149.62 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 19 | 98 | 0 | 0.85 | 0.22 | 0.51 | 315.28 | 0.74 | 0.28 |
| Hex | 7D | 13 | 62 | 0 | 55 | 16 | 33 | 13B | 4A | 1C |
| Octal | 175 | 23 | 142 | 0 | 125 | 26 | 63 | 473 | 112 | 34 |
| Binary | 1111101 | 10011 | 1100010 | 0 | 1010101 | 10110 | 110011 | 100111011 | 1001010 | 11100 |
Color Harmonies of #7D1362
Complementary color
Monochromatic Colors of #7D1362
Black with #7D1362
Text Example
Text Example
White with #7D1362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1362; }
p { color: rgb(125,19,98); }
H1.HeaderClassName
{
color: #7D1362;
}
.AnyTagClassName
{
color: #7D1362;
}
</style>
background-color css
<style>
a { background-color: #7D1362; }
a { background-color: rgb(125,19,98); }
div.DivClassName
{
background-color: #7D1362;
}
.BgClassName
{
background-color: #7D1362;
}
</style>
border-color css
<style>
span { border-color: #7D1362; }
span { border-color: rgb(125,19,98); }
td.TdClassName
{
border-color: #7D1362;
}
.TagClassName
{
border-color: #7D1362;
}
</style>