Shades of Purple #7D1787
Tints of Purple #7D1787
RGB
CMYK
RGB Variations
Color information
#7D1787 (or 0x7D1787) is known color: Purple. HEX triplet: 7D, 17 and 87. RGB value is (125,23,135). Sum of RGB (Red+Green+Blue) = 125+23+135=283 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.17% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #7D1787 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1787 is #82E878. Grayscale: #414141. Windows color (decimal): -8579193 or 8853373. OLE color: 8853373.
HSL color Cylindrical-coordinate representation of color #7D1787: hue angle of 294.64º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D1787 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 23 | 135 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.47 |
| HSL | 294.64º | 0.71% | 0.31% | - |
| HSV(B) | 294.64º | 0.83% | 0.53% | - |
| XYZ | 13.14 | 6.72 | 23.53 | - |
| YUV | 66.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 23 | 135 | 0.07 | 0.83 | 0 | 0.47 | 294.64 | 0.71 | 0.31 |
| Hex | 7D | 17 | 87 | 7 | 53 | 0 | 2F | 127 | 47 | 1F |
| Octal | 175 | 27 | 207 | 7 | 123 | 0 | 57 | 447 | 107 | 37 |
| Binary | 1111101 | 10111 | 10000111 | 111 | 1010011 | 0 | 101111 | 100100111 | 1000111 | 11111 |
Color Harmonies of #7D1787
Complementary color
Monochromatic Colors of #7D1787
Black with #7D1787
Text Example
Text Example
White with #7D1787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1787; }
p { color: rgb(125,23,135); }
H1.HeaderClassName
{
color: #7D1787;
}
.AnyTagClassName
{
color: #7D1787;
}
</style>
background-color css
<style>
a { background-color: #7D1787; }
a { background-color: rgb(125,23,135); }
div.DivClassName
{
background-color: #7D1787;
}
.BgClassName
{
background-color: #7D1787;
}
</style>
border-color css
<style>
span { border-color: #7D1787; }
span { border-color: rgb(125,23,135); }
td.TdClassName
{
border-color: #7D1787;
}
.TagClassName
{
border-color: #7D1787;
}
</style>