Shades of Purple #7C178B
Tints of Purple #7C178B
RGB
CMYK
RGB Variations
Color information
#7C178B (or 0x7C178B) is known color: Purple. HEX triplet: 7C, 17 and 8B. RGB value is (124,23,139). Sum of RGB (Red+Green+Blue) = 124+23+139=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C178B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C178B is #83E874. Grayscale: #424242. Windows color (decimal): -8644725 or 9115516. OLE color: 9115516.
HSL color Cylindrical-coordinate representation of color #7C178B: hue angle of 292.24º 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 #7C178B is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 23 | 139 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.45 |
| HSL | 292.24º | 0.72% | 0.32% | - |
| HSV(B) | 292.24º | 0.83% | 0.55% | - |
| XYZ | 13.28 | 6.76 | 25.03 | - |
| YUV | 66.42 | 168.96 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 23 | 139 | 0.11 | 0.83 | 0 | 0.45 | 292.24 | 0.72 | 0.32 |
| Hex | 7C | 17 | 8B | B | 53 | 0 | 2D | 124 | 48 | 20 |
| Octal | 174 | 27 | 213 | 13 | 123 | 0 | 55 | 444 | 110 | 40 |
| Binary | 1111100 | 10111 | 10001011 | 1011 | 1010011 | 0 | 101101 | 100100100 | 1001000 | 100000 |
Color Harmonies of #7C178B
Complementary color
Monochromatic Colors of #7C178B
Black with #7C178B
Text Example
Text Example
White with #7C178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C178B; }
p { color: rgb(124,23,139); }
H1.HeaderClassName
{
color: #7C178B;
}
.AnyTagClassName
{
color: #7C178B;
}
</style>
background-color css
<style>
a { background-color: #7C178B; }
a { background-color: rgb(124,23,139); }
div.DivClassName
{
background-color: #7C178B;
}
.BgClassName
{
background-color: #7C178B;
}
</style>
border-color css
<style>
span { border-color: #7C178B; }
span { border-color: rgb(124,23,139); }
td.TdClassName
{
border-color: #7C178B;
}
.TagClassName
{
border-color: #7C178B;
}
</style>