Shades of Dark Purple #7A1373
Tints of Dark Purple #7A1373
RGB
CMYK
RGB Variations
Color information
#7A1373 (or 0x7A1373) is known color: Dark Purple. HEX triplet: 7A, 13 and 73. RGB value is (122,19,115). Sum of RGB (Red+Green+Blue) = 122+19+115=256 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.66% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1373 is #85EC8C. Grayscale: #3C3C3C. Windows color (decimal): -8776845 or 7541626. OLE color: 7541626.
HSL color Cylindrical-coordinate representation of color #7A1373: hue angle of 304.08º 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 #7A1373 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 19 | 115 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.52 |
| HSL | 304.08º | 0.73% | 0.28% | - |
| HSV(B) | 304.08º | 0.84% | 0.48% | - |
| XYZ | 11.35 | 5.84 | 16.75 | - |
| YUV | 60.74 | 158.62 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 19 | 115 | 0 | 0.84 | 0.06 | 0.52 | 304.08 | 0.73 | 0.28 |
| Hex | 7A | 13 | 73 | 0 | 54 | 6 | 34 | 130 | 49 | 1C |
| Octal | 172 | 23 | 163 | 0 | 124 | 6 | 64 | 460 | 111 | 34 |
| Binary | 1111010 | 10011 | 1110011 | 0 | 1010100 | 110 | 110100 | 100110000 | 1001001 | 11100 |
Color Harmonies of #7A1373
Complementary color
Monochromatic Colors of #7A1373
Black with #7A1373
Text Example
Text Example
White with #7A1373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1373; }
p { color: rgb(122,19,115); }
H1.HeaderClassName
{
color: #7A1373;
}
.AnyTagClassName
{
color: #7A1373;
}
</style>
background-color css
<style>
a { background-color: #7A1373; }
a { background-color: rgb(122,19,115); }
div.DivClassName
{
background-color: #7A1373;
}
.BgClassName
{
background-color: #7A1373;
}
</style>
border-color css
<style>
span { border-color: #7A1373; }
span { border-color: rgb(122,19,115); }
td.TdClassName
{
border-color: #7A1373;
}
.TagClassName
{
border-color: #7A1373;
}
</style>