Shades of Dark Purple #7A1376
Tints of Dark Purple #7A1376
RGB
CMYK
RGB Variations
Color information
#7A1376 (or 0x7A1376) is known color: Dark Purple. HEX triplet: 7A, 13 and 76. RGB value is (122,19,118). Sum of RGB (Red+Green+Blue) = 122+19+118=259 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.10% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1376 is #85EC89. Grayscale: #3C3C3C. Windows color (decimal): -8776842 or 7738234. OLE color: 7738234.
HSL color Cylindrical-coordinate representation of color #7A1376: hue angle of 302.33º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A1376 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 19 | 118 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.52 |
| HSL | 302.33º | 0.73% | 0.28% | - |
| HSV(B) | 302.33º | 0.84% | 0.48% | - |
| XYZ | 11.53 | 5.91 | 17.67 | - |
| YUV | 61.08 | 160.12 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 19 | 118 | 0 | 0.84 | 0.03 | 0.52 | 302.33 | 0.73 | 0.28 |
| Hex | 7A | 13 | 76 | 0 | 54 | 3 | 34 | 12E | 49 | 1C |
| Octal | 172 | 23 | 166 | 0 | 124 | 3 | 64 | 456 | 111 | 34 |
| Binary | 1111010 | 10011 | 1110110 | 0 | 1010100 | 11 | 110100 | 100101110 | 1001001 | 11100 |
Color Harmonies of #7A1376
Complementary color
Monochromatic Colors of #7A1376
Black with #7A1376
Text Example
Text Example
White with #7A1376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1376; }
p { color: rgb(122,19,118); }
H1.HeaderClassName
{
color: #7A1376;
}
.AnyTagClassName
{
color: #7A1376;
}
</style>
background-color css
<style>
a { background-color: #7A1376; }
a { background-color: rgb(122,19,118); }
div.DivClassName
{
background-color: #7A1376;
}
.BgClassName
{
background-color: #7A1376;
}
</style>
border-color css
<style>
span { border-color: #7A1376; }
span { border-color: rgb(122,19,118); }
td.TdClassName
{
border-color: #7A1376;
}
.TagClassName
{
border-color: #7A1376;
}
</style>