Shades of Purple #7D0A6D
Tints of Purple #7D0A6D
RGB
CMYK
RGB Variations
Color information
#7D0A6D (or 0x7D0A6D) is known color: Purple. HEX triplet: 7D, 0A and 6D. RGB value is (125,10,109). Sum of RGB (Red+Green+Blue) = 125+10+109=244 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.23% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0A6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0A6D is #82F592. Grayscale: #373737. Windows color (decimal): -8582547 or 7146109. OLE color: 7146109.
HSL color Cylindrical-coordinate representation of color #7D0A6D: hue angle of 308.35º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D0A6D is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 10 | 109 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.51 |
| HSL | 308.35º | 0.85% | 0.26% | - |
| HSV(B) | 308.35º | 0.92% | 0.49% | - |
| XYZ | 11.33 | 5.68 | 14.97 | - |
| YUV | 55.67 | 158.1 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 10 | 109 | 0 | 0.92 | 0.13 | 0.51 | 308.35 | 0.85 | 0.26 |
| Hex | 7D | A | 6D | 0 | 5C | D | 33 | 134 | 55 | 1A |
| Octal | 175 | 12 | 155 | 0 | 134 | 15 | 63 | 464 | 125 | 32 |
| Binary | 1111101 | 1010 | 1101101 | 0 | 1011100 | 1101 | 110011 | 100110100 | 1010101 | 11010 |
Color Harmonies of #7D0A6D
Complementary color
Monochromatic Colors of #7D0A6D
Black with #7D0A6D
Text Example
Text Example
White with #7D0A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0A6D; }
p { color: rgb(125,10,109); }
H1.HeaderClassName
{
color: #7D0A6D;
}
.AnyTagClassName
{
color: #7D0A6D;
}
</style>
background-color css
<style>
a { background-color: #7D0A6D; }
a { background-color: rgb(125,10,109); }
div.DivClassName
{
background-color: #7D0A6D;
}
.BgClassName
{
background-color: #7D0A6D;
}
</style>
border-color css
<style>
span { border-color: #7D0A6D; }
span { border-color: rgb(125,10,109); }
td.TdClassName
{
border-color: #7D0A6D;
}
.TagClassName
{
border-color: #7D0A6D;
}
</style>