Shades of Purple #7C108A
Tints of Purple #7C108A
RGB
CMYK
RGB Variations
Color information
#7C108A (or 0x7C108A) is known color: Purple. HEX triplet: 7C, 10 and 8A. RGB value is (124,16,138). Sum of RGB (Red+Green+Blue) = 124+16+138=278 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.60% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #7C108A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C108A is #83EF75. Grayscale: #3D3D3D. Windows color (decimal): -8646518 or 9048188. OLE color: 9048188.
HSL color Cylindrical-coordinate representation of color #7C108A: hue angle of 293.11º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C108A is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 16 | 138 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.46 |
| HSL | 293.11º | 0.79% | 0.3% | - |
| HSV(B) | 293.11º | 0.88% | 0.54% | - |
| XYZ | 13.08 | 6.49 | 24.61 | - |
| YUV | 62.2 | 170.78 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 16 | 138 | 0.10 | 0.88 | 0 | 0.46 | 293.11 | 0.79 | 0.3 |
| Hex | 7C | 10 | 8A | A | 58 | 0 | 2E | 125 | 4F | 1E |
| Octal | 174 | 20 | 212 | 12 | 130 | 0 | 56 | 445 | 117 | 36 |
| Binary | 1111100 | 10000 | 10001010 | 1010 | 1011000 | 0 | 101110 | 100100101 | 1001111 | 11110 |
Color Harmonies of #7C108A
Complementary color
Monochromatic Colors of #7C108A
Black with #7C108A
Text Example
Text Example
White with #7C108A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C108A; }
p { color: rgb(124,16,138); }
H1.HeaderClassName
{
color: #7C108A;
}
.AnyTagClassName
{
color: #7C108A;
}
</style>
background-color css
<style>
a { background-color: #7C108A; }
a { background-color: rgb(124,16,138); }
div.DivClassName
{
background-color: #7C108A;
}
.BgClassName
{
background-color: #7C108A;
}
</style>
border-color css
<style>
span { border-color: #7C108A; }
span { border-color: rgb(124,16,138); }
td.TdClassName
{
border-color: #7C108A;
}
.TagClassName
{
border-color: #7C108A;
}
</style>