Shades of Purple #7D0D75
Tints of Purple #7D0D75
RGB
CMYK
RGB Variations
Color information
#7D0D75 (or 0x7D0D75) is known color: Purple. HEX triplet: 7D, 0D and 75. RGB value is (125,13,117). Sum of RGB (Red+Green+Blue) = 125+13+117=255 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.02% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0D75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0D75 is #82F28A. Grayscale: #3A3A3A. Windows color (decimal): -8581771 or 7671165. OLE color: 7671165.
HSL color Cylindrical-coordinate representation of color #7D0D75: hue angle of 304.29º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D0D75 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 13 | 117 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.51 |
| HSL | 304.29º | 0.81% | 0.27% | - |
| HSV(B) | 304.29º | 0.9% | 0.49% | - |
| XYZ | 11.81 | 5.93 | 17.35 | - |
| YUV | 58.34 | 161.11 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 13 | 117 | 0 | 0.90 | 0.06 | 0.51 | 304.29 | 0.81 | 0.27 |
| Hex | 7D | D | 75 | 0 | 5A | 6 | 33 | 130 | 51 | 1B |
| Octal | 175 | 15 | 165 | 0 | 132 | 6 | 63 | 460 | 121 | 33 |
| Binary | 1111101 | 1101 | 1110101 | 0 | 1011010 | 110 | 110011 | 100110000 | 1010001 | 11011 |
Color Harmonies of #7D0D75
Complementary color
Monochromatic Colors of #7D0D75
Black with #7D0D75
Text Example
Text Example
White with #7D0D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0D75; }
p { color: rgb(125,13,117); }
H1.HeaderClassName
{
color: #7D0D75;
}
.AnyTagClassName
{
color: #7D0D75;
}
</style>
background-color css
<style>
a { background-color: #7D0D75; }
a { background-color: rgb(125,13,117); }
div.DivClassName
{
background-color: #7D0D75;
}
.BgClassName
{
background-color: #7D0D75;
}
</style>
border-color css
<style>
span { border-color: #7D0D75; }
span { border-color: rgb(125,13,117); }
td.TdClassName
{
border-color: #7D0D75;
}
.TagClassName
{
border-color: #7D0D75;
}
</style>