Shades of Dark Violet #7A0DBB
Tints of Dark Violet #7A0DBB
RGB
CMYK
RGB Variations
Color information
#7A0DBB (or 0x7A0DBB) is known color: Dark Violet. HEX triplet: 7A, 0D and BB. RGB value is (122,13,187). Sum of RGB (Red+Green+Blue) = 122+13+187=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A0DBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0DBB is #85F244. Grayscale: #404040. Windows color (decimal): -8778309 or 12258682. OLE color: 12258682.
HSL color Cylindrical-coordinate representation of color #7A0DBB: hue angle of 277.59º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0DBB is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 13 | 187 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.27 |
| HSL | 277.59º | 0.87% | 0.39% | - |
| HSV(B) | 277.59º | 0.93% | 0.73% | - |
| XYZ | 17.14 | 8.01 | 47.66 | - |
| YUV | 65.43 | 196.61 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 13 | 187 | 0.35 | 0.93 | 0 | 0.27 | 277.59 | 0.87 | 0.39 |
| Hex | 7A | D | BB | 23 | 5D | 0 | 1B | 116 | 57 | 27 |
| Octal | 172 | 15 | 273 | 43 | 135 | 0 | 33 | 426 | 127 | 47 |
| Binary | 1111010 | 1101 | 10111011 | 100011 | 1011101 | 0 | 11011 | 100010110 | 1010111 | 100111 |
Color Harmonies of #7A0DBB
Complementary color
Monochromatic Colors of #7A0DBB
Black with #7A0DBB
Text Example
Text Example
White with #7A0DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0DBB; }
p { color: rgb(122,13,187); }
H1.HeaderClassName
{
color: #7A0DBB;
}
.AnyTagClassName
{
color: #7A0DBB;
}
</style>
background-color css
<style>
a { background-color: #7A0DBB; }
a { background-color: rgb(122,13,187); }
div.DivClassName
{
background-color: #7A0DBB;
}
.BgClassName
{
background-color: #7A0DBB;
}
</style>
border-color css
<style>
span { border-color: #7A0DBB; }
span { border-color: rgb(122,13,187); }
td.TdClassName
{
border-color: #7A0DBB;
}
.TagClassName
{
border-color: #7A0DBB;
}
</style>