Shades of Purple #7D1386
Tints of Purple #7D1386
RGB
CMYK
RGB Variations
Color information
#7D1386 (or 0x7D1386) is known color: Purple. HEX triplet: 7D, 13 and 86. RGB value is (125,19,134). Sum of RGB (Red+Green+Blue) = 125+19+134=278 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.96% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 134 - color contains mainly: blue. Hex color #7D1386 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1386 is #82EC79. Grayscale: #3F3F3F. Windows color (decimal): -8580218 or 8786813. OLE color: 8786813.
HSL color Cylindrical-coordinate representation of color #7D1386: hue angle of 295.3º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D1386 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 19 | 134 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.47 |
| HSL | 295.3º | 0.75% | 0.3% | - |
| HSV(B) | 295.3º | 0.86% | 0.53% | - |
| XYZ | 12.99 | 6.55 | 23.13 | - |
| YUV | 63.8 | 167.62 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 19 | 134 | 0.07 | 0.86 | 0 | 0.47 | 295.3 | 0.75 | 0.3 |
| Hex | 7D | 13 | 86 | 7 | 56 | 0 | 2F | 127 | 4B | 1E |
| Octal | 175 | 23 | 206 | 7 | 126 | 0 | 57 | 447 | 113 | 36 |
| Binary | 1111101 | 10011 | 10000110 | 111 | 1010110 | 0 | 101111 | 100100111 | 1001011 | 11110 |
Color Harmonies of #7D1386
Complementary color
Monochromatic Colors of #7D1386
Black with #7D1386
Text Example
Text Example
White with #7D1386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1386; }
p { color: rgb(125,19,134); }
H1.HeaderClassName
{
color: #7D1386;
}
.AnyTagClassName
{
color: #7D1386;
}
</style>
background-color css
<style>
a { background-color: #7D1386; }
a { background-color: rgb(125,19,134); }
div.DivClassName
{
background-color: #7D1386;
}
.BgClassName
{
background-color: #7D1386;
}
</style>
border-color css
<style>
span { border-color: #7D1386; }
span { border-color: rgb(125,19,134); }
td.TdClassName
{
border-color: #7D1386;
}
.TagClassName
{
border-color: #7D1386;
}
</style>