Shades of Purple #7C1380
Tints of Purple #7C1380
RGB
CMYK
RGB Variations
Color information
#7C1380 (or 0x7C1380) is known color: Purple. HEX triplet: 7C, 13 and 80. RGB value is (124,19,128). Sum of RGB (Red+Green+Blue) = 124+19+128=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 128 - color contains mainly: blue. Hex color #7C1380 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1380 is #83EC7F. Grayscale: #3E3E3E. Windows color (decimal): -8645760 or 8393596. OLE color: 8393596.
HSL color Cylindrical-coordinate representation of color #7C1380: hue angle of 297.8º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C1380 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 124 | 19 | 128 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.50 |
| HSL | 297.8º | 0.74% | 0.29% | - |
| HSV(B) | 297.8º | 0.85% | 0.5% | - |
| XYZ | 12.44 | 6.31 | 20.98 | - |
| YUV | 62.82 | 164.79 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 19 | 128 | 0.03 | 0.85 | 0 | 0.50 | 297.8 | 0.74 | 0.29 |
| Hex | 7C | 13 | 80 | 3 | 55 | 0 | 32 | 12A | 4A | 1D |
| Octal | 174 | 23 | 200 | 3 | 125 | 0 | 62 | 452 | 112 | 35 |
| Binary | 1111100 | 10011 | 10000000 | 11 | 1010101 | 0 | 110010 | 100101010 | 1001010 | 11101 |
Color Harmonies of #7C1380
Complementary color
Monochromatic Colors of #7C1380
Black with #7C1380
Text Example
Text Example
White with #7C1380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1380; }
p { color: rgb(124,19,128); }
H1.HeaderClassName
{
color: #7C1380;
}
.AnyTagClassName
{
color: #7C1380;
}
</style>
background-color css
<style>
a { background-color: #7C1380; }
a { background-color: rgb(124,19,128); }
div.DivClassName
{
background-color: #7C1380;
}
.BgClassName
{
background-color: #7C1380;
}
</style>
border-color css
<style>
span { border-color: #7C1380; }
span { border-color: rgb(124,19,128); }
td.TdClassName
{
border-color: #7C1380;
}
.TagClassName
{
border-color: #7C1380;
}
</style>