Shades of Dark Purple #7A1374
Tints of Dark Purple #7A1374
RGB
CMYK
RGB Variations
Color information
#7A1374 (or 0x7A1374) is known color: Dark Purple. HEX triplet: 7A, 13 and 74. RGB value is (122,19,116). Sum of RGB (Red+Green+Blue) = 122+19+116=257 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.47% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1374 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1374 is #85EC8B. Grayscale: #3C3C3C. Windows color (decimal): -8776844 or 7607162. OLE color: 7607162.
HSL color Cylindrical-coordinate representation of color #7A1374: hue angle of 303.5º 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 #7A1374 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 19 | 116 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.52 |
| HSL | 303.5º | 0.73% | 0.28% | - |
| HSV(B) | 303.5º | 0.84% | 0.48% | - |
| XYZ | 11.41 | 5.86 | 17.05 | - |
| YUV | 60.86 | 159.12 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 19 | 116 | 0 | 0.84 | 0.05 | 0.52 | 303.5 | 0.73 | 0.28 |
| Hex | 7A | 13 | 74 | 0 | 54 | 5 | 34 | 12F | 49 | 1C |
| Octal | 172 | 23 | 164 | 0 | 124 | 5 | 64 | 457 | 111 | 34 |
| Binary | 1111010 | 10011 | 1110100 | 0 | 1010100 | 101 | 110100 | 100101111 | 1001001 | 11100 |
Color Harmonies of #7A1374
Complementary color
Monochromatic Colors of #7A1374
Black with #7A1374
Text Example
Text Example
White with #7A1374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1374; }
p { color: rgb(122,19,116); }
H1.HeaderClassName
{
color: #7A1374;
}
.AnyTagClassName
{
color: #7A1374;
}
</style>
background-color css
<style>
a { background-color: #7A1374; }
a { background-color: rgb(122,19,116); }
div.DivClassName
{
background-color: #7A1374;
}
.BgClassName
{
background-color: #7A1374;
}
</style>
border-color css
<style>
span { border-color: #7A1374; }
span { border-color: rgb(122,19,116); }
td.TdClassName
{
border-color: #7A1374;
}
.TagClassName
{
border-color: #7A1374;
}
</style>