Shades of Purple #7D1588
Tints of Purple #7D1588
RGB
CMYK
RGB Variations
Color information
#7D1588 (or 0x7D1588) is known color: Purple. HEX triplet: 7D, 15 and 88. RGB value is (125,21,136). Sum of RGB (Red+Green+Blue) = 125+21+136=282 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.33% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #7D1588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1588 is #82EA77. Grayscale: #404040. Windows color (decimal): -8579704 or 8918397. OLE color: 8918397.
HSL color Cylindrical-coordinate representation of color #7D1588: hue angle of 294.26º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D1588 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 21 | 136 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.47 |
| HSL | 294.26º | 0.73% | 0.31% | - |
| HSV(B) | 294.26º | 0.85% | 0.53% | - |
| XYZ | 13.17 | 6.67 | 23.89 | - |
| YUV | 65.21 | 167.96 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 21 | 136 | 0.08 | 0.85 | 0 | 0.47 | 294.26 | 0.73 | 0.31 |
| Hex | 7D | 15 | 88 | 8 | 55 | 0 | 2F | 126 | 49 | 1F |
| Octal | 175 | 25 | 210 | 10 | 125 | 0 | 57 | 446 | 111 | 37 |
| Binary | 1111101 | 10101 | 10001000 | 1000 | 1010101 | 0 | 101111 | 100100110 | 1001001 | 11111 |
Color Harmonies of #7D1588
Complementary color
Monochromatic Colors of #7D1588
Black with #7D1588
Text Example
Text Example
White with #7D1588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1588; }
p { color: rgb(125,21,136); }
H1.HeaderClassName
{
color: #7D1588;
}
.AnyTagClassName
{
color: #7D1588;
}
</style>
background-color css
<style>
a { background-color: #7D1588; }
a { background-color: rgb(125,21,136); }
div.DivClassName
{
background-color: #7D1588;
}
.BgClassName
{
background-color: #7D1588;
}
</style>
border-color css
<style>
span { border-color: #7D1588; }
span { border-color: rgb(125,21,136); }
td.TdClassName
{
border-color: #7D1588;
}
.TagClassName
{
border-color: #7D1588;
}
</style>