Shades of Purple #7D1182
Tints of Purple #7D1182
RGB
CMYK
RGB Variations
Color information
#7D1182 (or 0x7D1182) is known color: Purple. HEX triplet: 7D, 11 and 82. RGB value is (125,17,130). Sum of RGB (Red+Green+Blue) = 125+17+130=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 130 - color contains mainly: blue. Hex color #7D1182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1182 is #82EE7D. Grayscale: #3D3D3D. Windows color (decimal): -8580734 or 8524157. OLE color: 8524157.
HSL color Cylindrical-coordinate representation of color #7D1182: hue angle of 297.35º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D1182 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 17 | 130 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.49 |
| HSL | 297.35º | 0.77% | 0.29% | - |
| HSV(B) | 297.35º | 0.87% | 0.51% | - |
| XYZ | 12.69 | 6.37 | 21.68 | - |
| YUV | 62.17 | 166.28 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 17 | 130 | 0.04 | 0.87 | 0 | 0.49 | 297.35 | 0.77 | 0.29 |
| Hex | 7D | 11 | 82 | 4 | 57 | 0 | 31 | 129 | 4D | 1D |
| Octal | 175 | 21 | 202 | 4 | 127 | 0 | 61 | 451 | 115 | 35 |
| Binary | 1111101 | 10001 | 10000010 | 100 | 1010111 | 0 | 110001 | 100101001 | 1001101 | 11101 |
Color Harmonies of #7D1182
Complementary color
Monochromatic Colors of #7D1182
Black with #7D1182
Text Example
Text Example
White with #7D1182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1182; }
p { color: rgb(125,17,130); }
H1.HeaderClassName
{
color: #7D1182;
}
.AnyTagClassName
{
color: #7D1182;
}
</style>
background-color css
<style>
a { background-color: #7D1182; }
a { background-color: rgb(125,17,130); }
div.DivClassName
{
background-color: #7D1182;
}
.BgClassName
{
background-color: #7D1182;
}
</style>
border-color css
<style>
span { border-color: #7D1182; }
span { border-color: rgb(125,17,130); }
td.TdClassName
{
border-color: #7D1182;
}
.TagClassName
{
border-color: #7D1182;
}
</style>