Shades of Dark Purple #7A0D62
Tints of Dark Purple #7A0D62
RGB
CMYK
RGB Variations
Color information
#7A0D62 (or 0x7A0D62) is known color: Dark Purple. HEX triplet: 7A, 0D and 62. RGB value is (122,13,98). Sum of RGB (Red+Green+Blue) = 122+13+98=233 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.36% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0D62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0D62 is #85F29D. Grayscale: #373737. Windows color (decimal): -8778398 or 6425978. OLE color: 6425978.
HSL color Cylindrical-coordinate representation of color #7A0D62: hue angle of 313.21º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A0D62 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 13 | 98 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.52 |
| HSL | 313.21º | 0.81% | 0.26% | - |
| HSV(B) | 313.21º | 0.89% | 0.48% | - |
| XYZ | 10.37 | 5.31 | 12.03 | - |
| YUV | 55.28 | 152.11 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 13 | 98 | 0 | 0.89 | 0.20 | 0.52 | 313.21 | 0.81 | 0.26 |
| Hex | 7A | D | 62 | 0 | 59 | 14 | 34 | 139 | 51 | 1A |
| Octal | 172 | 15 | 142 | 0 | 131 | 24 | 64 | 471 | 121 | 32 |
| Binary | 1111010 | 1101 | 1100010 | 0 | 1011001 | 10100 | 110100 | 100111001 | 1010001 | 11010 |
Color Harmonies of #7A0D62
Complementary color
Monochromatic Colors of #7A0D62
Black with #7A0D62
Text Example
Text Example
White with #7A0D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0D62; }
p { color: rgb(122,13,98); }
H1.HeaderClassName
{
color: #7A0D62;
}
.AnyTagClassName
{
color: #7A0D62;
}
</style>
background-color css
<style>
a { background-color: #7A0D62; }
a { background-color: rgb(122,13,98); }
div.DivClassName
{
background-color: #7A0D62;
}
.BgClassName
{
background-color: #7A0D62;
}
</style>
border-color css
<style>
span { border-color: #7A0D62; }
span { border-color: rgb(122,13,98); }
td.TdClassName
{
border-color: #7A0D62;
}
.TagClassName
{
border-color: #7A0D62;
}
</style>