Shades of Purple #7B178D
Tints of Purple #7B178D
RGB
CMYK
RGB Variations
Color information
#7B178D (or 0x7B178D) is known color: Purple. HEX triplet: 7B, 17 and 8D. RGB value is (123,23,141). Sum of RGB (Red+Green+Blue) = 123+23+141=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #7B178D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B178D is #84E872. Grayscale: #414141. Windows color (decimal): -8710259 or 9246587. OLE color: 9246587.
HSL color Cylindrical-coordinate representation of color #7B178D: hue angle of 290.85º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7B178D is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 23 | 141 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.45 |
| HSL | 290.85º | 0.72% | 0.32% | - |
| HSV(B) | 290.85º | 0.84% | 0.55% | - |
| XYZ | 13.28 | 6.75 | 25.8 | - |
| YUV | 66.35 | 170.13 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 23 | 141 | 0.13 | 0.84 | 0 | 0.45 | 290.85 | 0.72 | 0.32 |
| Hex | 7B | 17 | 8D | D | 54 | 0 | 2D | 123 | 48 | 20 |
| Octal | 173 | 27 | 215 | 15 | 124 | 0 | 55 | 443 | 110 | 40 |
| Binary | 1111011 | 10111 | 10001101 | 1101 | 1010100 | 0 | 101101 | 100100011 | 1001000 | 100000 |
Color Harmonies of #7B178D
Complementary color
Monochromatic Colors of #7B178D
Black with #7B178D
Text Example
Text Example
White with #7B178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B178D; }
p { color: rgb(123,23,141); }
H1.HeaderClassName
{
color: #7B178D;
}
.AnyTagClassName
{
color: #7B178D;
}
</style>
background-color css
<style>
a { background-color: #7B178D; }
a { background-color: rgb(123,23,141); }
div.DivClassName
{
background-color: #7B178D;
}
.BgClassName
{
background-color: #7B178D;
}
</style>
border-color css
<style>
span { border-color: #7B178D; }
span { border-color: rgb(123,23,141); }
td.TdClassName
{
border-color: #7B178D;
}
.TagClassName
{
border-color: #7B178D;
}
</style>