Shades of Dark Purple #7A156C
Tints of Dark Purple #7A156C
RGB
CMYK
RGB Variations
Color information
#7A156C (or 0x7A156C) is known color: Dark Purple. HEX triplet: 7A, 15 and 6C. RGB value is (122,21,108). Sum of RGB (Red+Green+Blue) = 122+21+108=251 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.61% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 122 - color contains mainly: red. Hex color #7A156C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A156C is #85EA93. Grayscale: #3C3C3C. Windows color (decimal): -8776340 or 7083386. OLE color: 7083386.
HSL color Cylindrical-coordinate representation of color #7A156C: hue angle of 308.32º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A156C is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 21 | 108 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.52 |
| HSL | 308.32º | 0.71% | 0.28% | - |
| HSV(B) | 308.32º | 0.83% | 0.48% | - |
| XYZ | 11 | 5.76 | 14.72 | - |
| YUV | 61.12 | 154.46 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 21 | 108 | 0 | 0.83 | 0.11 | 0.52 | 308.32 | 0.71 | 0.28 |
| Hex | 7A | 15 | 6C | 0 | 53 | B | 34 | 134 | 47 | 1C |
| Octal | 172 | 25 | 154 | 0 | 123 | 13 | 64 | 464 | 107 | 34 |
| Binary | 1111010 | 10101 | 1101100 | 0 | 1010011 | 1011 | 110100 | 100110100 | 1000111 | 11100 |
Color Harmonies of #7A156C
Complementary color
Monochromatic Colors of #7A156C
Black with #7A156C
Text Example
Text Example
White with #7A156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A156C; }
p { color: rgb(122,21,108); }
H1.HeaderClassName
{
color: #7A156C;
}
.AnyTagClassName
{
color: #7A156C;
}
</style>
background-color css
<style>
a { background-color: #7A156C; }
a { background-color: rgb(122,21,108); }
div.DivClassName
{
background-color: #7A156C;
}
.BgClassName
{
background-color: #7A156C;
}
</style>
border-color css
<style>
span { border-color: #7A156C; }
span { border-color: rgb(122,21,108); }
td.TdClassName
{
border-color: #7A156C;
}
.TagClassName
{
border-color: #7A156C;
}
</style>