Shades of Dark Violet #7A00BF
Tints of Dark Violet #7A00BF
RGB
CMYK
RGB Variations
Color information
#7A00BF (or 0x7A00BF) is known color: Dark Violet. HEX triplet: 7A, 00 and BF. RGB value is (122,0,191). Sum of RGB (Red+Green+Blue) = 122+0+191=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A00BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A00BF is #85FF40. Grayscale: #393939. Windows color (decimal): -8781633 or 12517498. OLE color: 12517498.
HSL color Cylindrical-coordinate representation of color #7A00BF: hue angle of 278.32º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A00BF is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 0 | 191 | - |
| CMYK | 0.36 | 1 | 0 | 0.25 |
| HSL | 278.32º | 1% | 0.37% | - |
| HSV(B) | 278.32º | 1% | 0.75% | - |
| XYZ | 17.43 | 7.9 | 49.9 | - |
| YUV | 58.25 | 202.92 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 0 | 191 | 0.36 | 1 | 0 | 0.25 | 278.32 | 1 | 0.37 |
| Hex | 7A | 0 | BF | 24 | 64 | 0 | 19 | 116 | 64 | 25 |
| Octal | 172 | 0 | 277 | 44 | 144 | 0 | 31 | 426 | 144 | 45 |
| Binary | 1111010 | 0 | 10111111 | 100100 | 1100100 | 0 | 11001 | 100010110 | 1100100 | 100101 |
Color Harmonies of #7A00BF
Complementary color
Monochromatic Colors of #7A00BF
Black with #7A00BF
Text Example
Text Example
White with #7A00BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A00BF; }
p { color: rgb(122,0,191); }
H1.HeaderClassName
{
color: #7A00BF;
}
.AnyTagClassName
{
color: #7A00BF;
}
</style>
background-color css
<style>
a { background-color: #7A00BF; }
a { background-color: rgb(122,0,191); }
div.DivClassName
{
background-color: #7A00BF;
}
.BgClassName
{
background-color: #7A00BF;
}
</style>
border-color css
<style>
span { border-color: #7A00BF; }
span { border-color: rgb(122,0,191); }
td.TdClassName
{
border-color: #7A00BF;
}
.TagClassName
{
border-color: #7A00BF;
}
</style>