Shades of Purple #7D178B
Tints of Purple #7D178B
RGB
CMYK
RGB Variations
Color information
#7D178B (or 0x7D178B) is known color: Purple. HEX triplet: 7D, 17 and 8B. RGB value is (125,23,139). Sum of RGB (Red+Green+Blue) = 125+23+139=287 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.55% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D178B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D178B is #82E874. Grayscale: #424242. Windows color (decimal): -8579189 or 9115517. OLE color: 9115517.
HSL color Cylindrical-coordinate representation of color #7D178B: hue angle of 292.76º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D178B is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 23 | 139 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.45 |
| HSL | 292.76º | 0.72% | 0.32% | - |
| HSV(B) | 292.76º | 0.83% | 0.55% | - |
| XYZ | 13.42 | 6.84 | 25.04 | - |
| YUV | 66.72 | 168.79 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 23 | 139 | 0.10 | 0.83 | 0 | 0.45 | 292.76 | 0.72 | 0.32 |
| Hex | 7D | 17 | 8B | A | 53 | 0 | 2D | 125 | 48 | 20 |
| Octal | 175 | 27 | 213 | 12 | 123 | 0 | 55 | 445 | 110 | 40 |
| Binary | 1111101 | 10111 | 10001011 | 1010 | 1010011 | 0 | 101101 | 100100101 | 1001000 | 100000 |
Color Harmonies of #7D178B
Complementary color
Monochromatic Colors of #7D178B
Black with #7D178B
Text Example
Text Example
White with #7D178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D178B; }
p { color: rgb(125,23,139); }
H1.HeaderClassName
{
color: #7D178B;
}
.AnyTagClassName
{
color: #7D178B;
}
</style>
background-color css
<style>
a { background-color: #7D178B; }
a { background-color: rgb(125,23,139); }
div.DivClassName
{
background-color: #7D178B;
}
.BgClassName
{
background-color: #7D178B;
}
</style>
border-color css
<style>
span { border-color: #7D178B; }
span { border-color: rgb(125,23,139); }
td.TdClassName
{
border-color: #7D178B;
}
.TagClassName
{
border-color: #7D178B;
}
</style>