Shades of Dark Purple #7A1C66
Tints of Dark Purple #7A1C66
RGB
CMYK
RGB Variations
Color information
#7A1C66 (or 0x7A1C66) is known color: Dark Purple. HEX triplet: 7A, 1C and 66. RGB value is (122,28,102). Sum of RGB (Red+Green+Blue) = 122+28+102=252 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.41% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A1C66 is #85E399. Grayscale: #404040. Windows color (decimal): -8774554 or 6691962. OLE color: 6691962.
HSL color Cylindrical-coordinate representation of color #7A1C66: hue angle of 312.77º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A1C66 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 28 | 102 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.52 |
| HSL | 312.77º | 0.63% | 0.29% | - |
| HSV(B) | 312.77º | 0.77% | 0.48% | - |
| XYZ | 10.84 | 5.93 | 13.14 | - |
| YUV | 64.54 | 149.14 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 28 | 102 | 0 | 0.77 | 0.16 | 0.52 | 312.77 | 0.63 | 0.29 |
| Hex | 7A | 1C | 66 | 0 | 4D | 10 | 34 | 139 | 3F | 1D |
| Octal | 172 | 34 | 146 | 0 | 115 | 20 | 64 | 471 | 77 | 35 |
| Binary | 1111010 | 11100 | 1100110 | 0 | 1001101 | 10000 | 110100 | 100111001 | 111111 | 11101 |
Color Harmonies of #7A1C66
Complementary color
Monochromatic Colors of #7A1C66
Black with #7A1C66
Text Example
Text Example
White with #7A1C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1C66; }
p { color: rgb(122,28,102); }
H1.HeaderClassName
{
color: #7A1C66;
}
.AnyTagClassName
{
color: #7A1C66;
}
</style>
background-color css
<style>
a { background-color: #7A1C66; }
a { background-color: rgb(122,28,102); }
div.DivClassName
{
background-color: #7A1C66;
}
.BgClassName
{
background-color: #7A1C66;
}
</style>
border-color css
<style>
span { border-color: #7A1C66; }
span { border-color: rgb(122,28,102); }
td.TdClassName
{
border-color: #7A1C66;
}
.TagClassName
{
border-color: #7A1C66;
}
</style>