Shades of Dark Purple #7A186D
Tints of Dark Purple #7A186D
RGB
CMYK
RGB Variations
Color information
#7A186D (or 0x7A186D) is known color: Dark Purple. HEX triplet: 7A, 18 and 6D. RGB value is (122,24,109). Sum of RGB (Red+Green+Blue) = 122+24+109=255 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.84% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 122 - color contains mainly: red. Hex color #7A186D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A186D is #85E792. Grayscale: #3E3E3E. Windows color (decimal): -8775571 or 7149690. OLE color: 7149690.
HSL color Cylindrical-coordinate representation of color #7A186D: hue angle of 307.96º 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 #7A186D is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 24 | 109 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.52 |
| HSL | 307.96º | 0.67% | 0.29% | - |
| HSV(B) | 307.96º | 0.8% | 0.48% | - |
| XYZ | 11.11 | 5.89 | 15.02 | - |
| YUV | 62.99 | 153.97 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 24 | 109 | 0 | 0.80 | 0.11 | 0.52 | 307.96 | 0.67 | 0.29 |
| Hex | 7A | 18 | 6D | 0 | 50 | B | 34 | 134 | 43 | 1D |
| Octal | 172 | 30 | 155 | 0 | 120 | 13 | 64 | 464 | 103 | 35 |
| Binary | 1111010 | 11000 | 1101101 | 0 | 1010000 | 1011 | 110100 | 100110100 | 1000011 | 11101 |
Color Harmonies of #7A186D
Complementary color
Monochromatic Colors of #7A186D
Black with #7A186D
Text Example
Text Example
White with #7A186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A186D; }
p { color: rgb(122,24,109); }
H1.HeaderClassName
{
color: #7A186D;
}
.AnyTagClassName
{
color: #7A186D;
}
</style>
background-color css
<style>
a { background-color: #7A186D; }
a { background-color: rgb(122,24,109); }
div.DivClassName
{
background-color: #7A186D;
}
.BgClassName
{
background-color: #7A186D;
}
</style>
border-color css
<style>
span { border-color: #7A186D; }
span { border-color: rgb(122,24,109); }
td.TdClassName
{
border-color: #7A186D;
}
.TagClassName
{
border-color: #7A186D;
}
</style>