Shades of Dark Violet #7A0CBC
Tints of Dark Violet #7A0CBC
RGB
CMYK
RGB Variations
Color information
#7A0CBC (or 0x7A0CBC) is known color: Dark Violet. HEX triplet: 7A, 0C and BC. RGB value is (122,12,188). Sum of RGB (Red+Green+Blue) = 122+12+188=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A0CBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0CBC is #85F343. Grayscale: #404040. Windows color (decimal): -8778564 or 12323962. OLE color: 12323962.
HSL color Cylindrical-coordinate representation of color #7A0CBC: hue angle of 277.5º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0CBC is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 12 | 188 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.26 |
| HSL | 277.5º | 0.88% | 0.39% | - |
| HSV(B) | 277.5º | 0.94% | 0.74% | - |
| XYZ | 17.23 | 8.03 | 48.22 | - |
| YUV | 64.95 | 197.44 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 12 | 188 | 0.35 | 0.94 | 0 | 0.26 | 277.5 | 0.88 | 0.39 |
| Hex | 7A | C | BC | 23 | 5E | 0 | 1A | 116 | 58 | 27 |
| Octal | 172 | 14 | 274 | 43 | 136 | 0 | 32 | 426 | 130 | 47 |
| Binary | 1111010 | 1100 | 10111100 | 100011 | 1011110 | 0 | 11010 | 100010110 | 1011000 | 100111 |
Color Harmonies of #7A0CBC
Complementary color
Monochromatic Colors of #7A0CBC
Black with #7A0CBC
Text Example
Text Example
White with #7A0CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0CBC; }
p { color: rgb(122,12,188); }
H1.HeaderClassName
{
color: #7A0CBC;
}
.AnyTagClassName
{
color: #7A0CBC;
}
</style>
background-color css
<style>
a { background-color: #7A0CBC; }
a { background-color: rgb(122,12,188); }
div.DivClassName
{
background-color: #7A0CBC;
}
.BgClassName
{
background-color: #7A0CBC;
}
</style>
border-color css
<style>
span { border-color: #7A0CBC; }
span { border-color: rgb(122,12,188); }
td.TdClassName
{
border-color: #7A0CBC;
}
.TagClassName
{
border-color: #7A0CBC;
}
</style>