Shades of Dark Purple #7A1872
Tints of Dark Purple #7A1872
RGB
CMYK
RGB Variations
Color information
#7A1872 (or 0x7A1872) is known color: Dark Purple. HEX triplet: 7A, 18 and 72. RGB value is (122,24,114). Sum of RGB (Red+Green+Blue) = 122+24+114=260 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.92% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1872 is #85E78D. Grayscale: #3F3F3F. Windows color (decimal): -8775566 or 7477370. OLE color: 7477370.
HSL color Cylindrical-coordinate representation of color #7A1872: hue angle of 304.9º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A1872 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 24 | 114 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.52 |
| HSL | 304.9º | 0.67% | 0.29% | - |
| HSV(B) | 304.9º | 0.8% | 0.48% | - |
| XYZ | 11.39 | 6.01 | 16.48 | - |
| YUV | 63.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 24 | 114 | 0 | 0.80 | 0.07 | 0.52 | 304.9 | 0.67 | 0.29 |
| Hex | 7A | 18 | 72 | 0 | 50 | 7 | 34 | 131 | 43 | 1D |
| Octal | 172 | 30 | 162 | 0 | 120 | 7 | 64 | 461 | 103 | 35 |
| Binary | 1111010 | 11000 | 1110010 | 0 | 1010000 | 111 | 110100 | 100110001 | 1000011 | 11101 |
Color Harmonies of #7A1872
Complementary color
Monochromatic Colors of #7A1872
Black with #7A1872
Text Example
Text Example
White with #7A1872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1872; }
p { color: rgb(122,24,114); }
H1.HeaderClassName
{
color: #7A1872;
}
.AnyTagClassName
{
color: #7A1872;
}
</style>
background-color css
<style>
a { background-color: #7A1872; }
a { background-color: rgb(122,24,114); }
div.DivClassName
{
background-color: #7A1872;
}
.BgClassName
{
background-color: #7A1872;
}
</style>
border-color css
<style>
span { border-color: #7A1872; }
span { border-color: rgb(122,24,114); }
td.TdClassName
{
border-color: #7A1872;
}
.TagClassName
{
border-color: #7A1872;
}
</style>