Shades of Dark Violet #7A0FB0
Tints of Dark Violet #7A0FB0
RGB
CMYK
RGB Variations
Color information
#7A0FB0 (or 0x7A0FB0) is known color: Dark Violet. HEX triplet: 7A, 0F and B0. RGB value is (122,15,176). Sum of RGB (Red+Green+Blue) = 122+15+176=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 176 (69.14% from 255 or 56.23% from 313); Max value from RGB is 176 - color contains mainly: blue. Hex color #7A0FB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0FB0 is #85F04F. Grayscale: #404040. Windows color (decimal): -8777808 or 11538298. OLE color: 11538298.
HSL color Cylindrical-coordinate representation of color #7A0FB0: hue angle of 279.88º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A0FB0 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 15 | 176 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.31 |
| HSL | 279.88º | 0.84% | 0.37% | - |
| HSV(B) | 279.88º | 0.91% | 0.69% | - |
| XYZ | 16.03 | 7.61 | 41.7 | - |
| YUV | 65.35 | 190.45 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 15 | 176 | 0.31 | 0.91 | 0 | 0.31 | 279.88 | 0.84 | 0.37 |
| Hex | 7A | F | B0 | 1F | 5B | 0 | 1F | 118 | 54 | 25 |
| Octal | 172 | 17 | 260 | 37 | 133 | 0 | 37 | 430 | 124 | 45 |
| Binary | 1111010 | 1111 | 10110000 | 11111 | 1011011 | 0 | 11111 | 100011000 | 1010100 | 100101 |
Color Harmonies of #7A0FB0
Complementary color
Monochromatic Colors of #7A0FB0
Black with #7A0FB0
Text Example
Text Example
White with #7A0FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0FB0; }
p { color: rgb(122,15,176); }
H1.HeaderClassName
{
color: #7A0FB0;
}
.AnyTagClassName
{
color: #7A0FB0;
}
</style>
background-color css
<style>
a { background-color: #7A0FB0; }
a { background-color: rgb(122,15,176); }
div.DivClassName
{
background-color: #7A0FB0;
}
.BgClassName
{
background-color: #7A0FB0;
}
</style>
border-color css
<style>
span { border-color: #7A0FB0; }
span { border-color: rgb(122,15,176); }
td.TdClassName
{
border-color: #7A0FB0;
}
.TagClassName
{
border-color: #7A0FB0;
}
</style>