Shades of Purple #7C098D
Tints of Purple #7C098D
RGB
CMYK
RGB Variations
Color information
#7C098D (or 0x7C098D) is known color: Purple. HEX triplet: 7C, 09 and 8D. RGB value is (124,9,141). Sum of RGB (Red+Green+Blue) = 124+9+141=274 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.26% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #7C098D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C098D is #83F672. Grayscale: #3A3A3A. Windows color (decimal): -8648307 or 9243004. OLE color: 9243004.
HSL color Cylindrical-coordinate representation of color #7C098D: hue angle of 292.27º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C098D is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 9 | 141 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.45 |
| HSL | 292.27º | 0.88% | 0.29% | - |
| HSV(B) | 292.27º | 0.94% | 0.55% | - |
| XYZ | 13.22 | 6.4 | 25.74 | - |
| YUV | 58.43 | 174.6 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 9 | 141 | 0.12 | 0.94 | 0 | 0.45 | 292.27 | 0.88 | 0.29 |
| Hex | 7C | 9 | 8D | C | 5E | 0 | 2D | 124 | 58 | 1D |
| Octal | 174 | 11 | 215 | 14 | 136 | 0 | 55 | 444 | 130 | 35 |
| Binary | 1111100 | 1001 | 10001101 | 1100 | 1011110 | 0 | 101101 | 100100100 | 1011000 | 11101 |
Color Harmonies of #7C098D
Complementary color
Monochromatic Colors of #7C098D
Black with #7C098D
Text Example
Text Example
White with #7C098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C098D; }
p { color: rgb(124,9,141); }
H1.HeaderClassName
{
color: #7C098D;
}
.AnyTagClassName
{
color: #7C098D;
}
</style>
background-color css
<style>
a { background-color: #7C098D; }
a { background-color: rgb(124,9,141); }
div.DivClassName
{
background-color: #7C098D;
}
.BgClassName
{
background-color: #7C098D;
}
</style>
border-color css
<style>
span { border-color: #7C098D; }
span { border-color: rgb(124,9,141); }
td.TdClassName
{
border-color: #7C098D;
}
.TagClassName
{
border-color: #7C098D;
}
</style>