Shades of Purple #7C1281
Tints of Purple #7C1281
RGB
CMYK
RGB Variations
Color information
#7C1281 (or 0x7C1281) is known color: Purple. HEX triplet: 7C, 12 and 81. RGB value is (124,18,129). Sum of RGB (Red+Green+Blue) = 124+18+129=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 129 - color contains mainly: blue. Hex color #7C1281 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1281 is #83ED7E. Grayscale: #3E3E3E. Windows color (decimal): -8646015 or 8458876. OLE color: 8458876.
HSL color Cylindrical-coordinate representation of color #7C1281: hue angle of 297.3º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C1281 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 18 | 129 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.49 |
| HSL | 297.3º | 0.76% | 0.29% | - |
| HSV(B) | 297.3º | 0.86% | 0.51% | - |
| XYZ | 12.49 | 6.3 | 21.33 | - |
| YUV | 62.35 | 165.62 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 18 | 129 | 0.04 | 0.86 | 0 | 0.49 | 297.3 | 0.76 | 0.29 |
| Hex | 7C | 12 | 81 | 4 | 56 | 0 | 31 | 129 | 4C | 1D |
| Octal | 174 | 22 | 201 | 4 | 126 | 0 | 61 | 451 | 114 | 35 |
| Binary | 1111100 | 10010 | 10000001 | 100 | 1010110 | 0 | 110001 | 100101001 | 1001100 | 11101 |
Color Harmonies of #7C1281
Complementary color
Monochromatic Colors of #7C1281
Black with #7C1281
Text Example
Text Example
White with #7C1281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1281; }
p { color: rgb(124,18,129); }
H1.HeaderClassName
{
color: #7C1281;
}
.AnyTagClassName
{
color: #7C1281;
}
</style>
background-color css
<style>
a { background-color: #7C1281; }
a { background-color: rgb(124,18,129); }
div.DivClassName
{
background-color: #7C1281;
}
.BgClassName
{
background-color: #7C1281;
}
</style>
border-color css
<style>
span { border-color: #7C1281; }
span { border-color: rgb(124,18,129); }
td.TdClassName
{
border-color: #7C1281;
}
.TagClassName
{
border-color: #7C1281;
}
</style>