Shades of Purple #7C168D
Tints of Purple #7C168D
RGB
CMYK
RGB Variations
Color information
#7C168D (or 0x7C168D) is known color: Purple. HEX triplet: 7C, 16 and 8D. RGB value is (124,22,141). Sum of RGB (Red+Green+Blue) = 124+22+141=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 22 (8.98% from 255 or 7.67% 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 #7C168D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C168D is #83E972. Grayscale: #414141. Windows color (decimal): -8644979 or 9246332. OLE color: 9246332.
HSL color Cylindrical-coordinate representation of color #7C168D: hue angle of 291.43º degrees, saturation: 0.73, 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 #7C168D is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 22 | 141 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.45 |
| HSL | 291.43º | 0.73% | 0.32% | - |
| HSV(B) | 291.43º | 0.84% | 0.55% | - |
| XYZ | 13.41 | 6.78 | 25.8 | - |
| YUV | 66.06 | 170.29 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 22 | 141 | 0.12 | 0.84 | 0 | 0.45 | 291.43 | 0.73 | 0.32 |
| Hex | 7C | 16 | 8D | C | 54 | 0 | 2D | 123 | 49 | 20 |
| Octal | 174 | 26 | 215 | 14 | 124 | 0 | 55 | 443 | 111 | 40 |
| Binary | 1111100 | 10110 | 10001101 | 1100 | 1010100 | 0 | 101101 | 100100011 | 1001001 | 100000 |
Color Harmonies of #7C168D
Complementary color
Monochromatic Colors of #7C168D
Black with #7C168D
Text Example
Text Example
White with #7C168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C168D; }
p { color: rgb(124,22,141); }
H1.HeaderClassName
{
color: #7C168D;
}
.AnyTagClassName
{
color: #7C168D;
}
</style>
background-color css
<style>
a { background-color: #7C168D; }
a { background-color: rgb(124,22,141); }
div.DivClassName
{
background-color: #7C168D;
}
.BgClassName
{
background-color: #7C168D;
}
</style>
border-color css
<style>
span { border-color: #7C168D; }
span { border-color: rgb(124,22,141); }
td.TdClassName
{
border-color: #7C168D;
}
.TagClassName
{
border-color: #7C168D;
}
</style>