Shades of Dark Violet #7A0FAF
Tints of Dark Violet #7A0FAF
RGB
CMYK
RGB Variations
Color information
#7A0FAF (or 0x7A0FAF) is known color: Dark Violet. HEX triplet: 7A, 0F and AF. RGB value is (122,15,175). Sum of RGB (Red+Green+Blue) = 122+15+175=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A0FAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0FAF is #85F050. Grayscale: #404040. Windows color (decimal): -8777809 or 11472762. OLE color: 11472762.
HSL color Cylindrical-coordinate representation of color #7A0FAF: hue angle of 280.12º 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 #7A0FAF is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 15 | 175 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.31 |
| HSL | 280.13º | 0.84% | 0.37% | - |
| HSV(B) | 280.13º | 0.91% | 0.69% | - |
| XYZ | 15.93 | 7.57 | 41.18 | - |
| YUV | 65.23 | 189.95 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 15 | 175 | 0.30 | 0.91 | 0 | 0.31 | 280.13 | 0.84 | 0.37 |
| Hex | 7A | F | AF | 1E | 5B | 0 | 1F | 118 | 54 | 25 |
| Octal | 172 | 17 | 257 | 36 | 133 | 0 | 37 | 430 | 124 | 45 |
| Binary | 1111010 | 1111 | 10101111 | 11110 | 1011011 | 0 | 11111 | 100011000 | 1010100 | 100101 |
Color Harmonies of #7A0FAF
Complementary color
Monochromatic Colors of #7A0FAF
Black with #7A0FAF
Text Example
Text Example
White with #7A0FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0FAF; }
p { color: rgb(122,15,175); }
H1.HeaderClassName
{
color: #7A0FAF;
}
.AnyTagClassName
{
color: #7A0FAF;
}
</style>
background-color css
<style>
a { background-color: #7A0FAF; }
a { background-color: rgb(122,15,175); }
div.DivClassName
{
background-color: #7A0FAF;
}
.BgClassName
{
background-color: #7A0FAF;
}
</style>
border-color css
<style>
span { border-color: #7A0FAF; }
span { border-color: rgb(122,15,175); }
td.TdClassName
{
border-color: #7A0FAF;
}
.TagClassName
{
border-color: #7A0FAF;
}
</style>