Shades of Dark Purple #7A1276
Tints of Dark Purple #7A1276
RGB
CMYK
RGB Variations
Color information
#7A1276 (or 0x7A1276) is known color: Dark Purple. HEX triplet: 7A, 12 and 76. RGB value is (122,18,118). Sum of RGB (Red+Green+Blue) = 122+18+118=258 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.29% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1276 is #85ED89. Grayscale: #3C3C3C. Windows color (decimal): -8777098 or 7737978. OLE color: 7737978.
HSL color Cylindrical-coordinate representation of color #7A1276: hue angle of 302.31º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A1276 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 18 | 118 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.52 |
| HSL | 302.31º | 0.74% | 0.27% | - |
| HSV(B) | 302.31º | 0.85% | 0.48% | - |
| XYZ | 11.51 | 5.88 | 17.67 | - |
| YUV | 60.5 | 160.46 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 18 | 118 | 0 | 0.85 | 0.03 | 0.52 | 302.31 | 0.74 | 0.27 |
| Hex | 7A | 12 | 76 | 0 | 55 | 3 | 34 | 12E | 4A | 1B |
| Octal | 172 | 22 | 166 | 0 | 125 | 3 | 64 | 456 | 112 | 33 |
| Binary | 1111010 | 10010 | 1110110 | 0 | 1010101 | 11 | 110100 | 100101110 | 1001010 | 11011 |
Color Harmonies of #7A1276
Complementary color
Monochromatic Colors of #7A1276
Black with #7A1276
Text Example
Text Example
White with #7A1276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1276; }
p { color: rgb(122,18,118); }
H1.HeaderClassName
{
color: #7A1276;
}
.AnyTagClassName
{
color: #7A1276;
}
</style>
background-color css
<style>
a { background-color: #7A1276; }
a { background-color: rgb(122,18,118); }
div.DivClassName
{
background-color: #7A1276;
}
.BgClassName
{
background-color: #7A1276;
}
</style>
border-color css
<style>
span { border-color: #7A1276; }
span { border-color: rgb(122,18,118); }
td.TdClassName
{
border-color: #7A1276;
}
.TagClassName
{
border-color: #7A1276;
}
</style>