Shades of Purple #7D1288
Tints of Purple #7D1288
RGB
CMYK
RGB Variations
Color information
#7D1288 (or 0x7D1288) is known color: Purple. HEX triplet: 7D, 12 and 88. RGB value is (125,18,136). Sum of RGB (Red+Green+Blue) = 125+18+136=279 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.80% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #7D1288 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1288 is #82ED77. Grayscale: #3F3F3F. Windows color (decimal): -8580472 or 8917629. OLE color: 8917629.
HSL color Cylindrical-coordinate representation of color #7D1288: hue angle of 294.41º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D1288 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 18 | 136 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.47 |
| HSL | 294.41º | 0.77% | 0.3% | - |
| HSV(B) | 294.41º | 0.87% | 0.53% | - |
| XYZ | 13.12 | 6.57 | 23.87 | - |
| YUV | 63.45 | 168.95 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 18 | 136 | 0.08 | 0.87 | 0 | 0.47 | 294.41 | 0.77 | 0.3 |
| Hex | 7D | 12 | 88 | 8 | 57 | 0 | 2F | 126 | 4D | 1E |
| Octal | 175 | 22 | 210 | 10 | 127 | 0 | 57 | 446 | 115 | 36 |
| Binary | 1111101 | 10010 | 10001000 | 1000 | 1010111 | 0 | 101111 | 100100110 | 1001101 | 11110 |
Color Harmonies of #7D1288
Complementary color
Monochromatic Colors of #7D1288
Black with #7D1288
Text Example
Text Example
White with #7D1288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1288; }
p { color: rgb(125,18,136); }
H1.HeaderClassName
{
color: #7D1288;
}
.AnyTagClassName
{
color: #7D1288;
}
</style>
background-color css
<style>
a { background-color: #7D1288; }
a { background-color: rgb(125,18,136); }
div.DivClassName
{
background-color: #7D1288;
}
.BgClassName
{
background-color: #7D1288;
}
</style>
border-color css
<style>
span { border-color: #7D1288; }
span { border-color: rgb(125,18,136); }
td.TdClassName
{
border-color: #7D1288;
}
.TagClassName
{
border-color: #7D1288;
}
</style>