Shades of Dark Violet #7910BB
Tints of Dark Violet #7910BB
RGB
CMYK
RGB Variations
Color information
#7910BB (or 0x7910BB) is known color: Dark Violet. HEX triplet: 79, 10 and BB. RGB value is (121,16,187). Sum of RGB (Red+Green+Blue) = 121+16+187=324 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.35% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #7910BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7910BB is #86EF44. Grayscale: #424242. Windows color (decimal): -8843077 or 12259449. OLE color: 12259449.
HSL color Cylindrical-coordinate representation of color #7910BB: hue angle of 276.84º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7910BB is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 16 | 187 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.27 |
| HSL | 276.84º | 0.84% | 0.4% | - |
| HSV(B) | 276.84º | 0.91% | 0.73% | - |
| XYZ | 17.04 | 8.02 | 47.66 | - |
| YUV | 66.89 | 195.79 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 16 | 187 | 0.35 | 0.91 | 0 | 0.27 | 276.84 | 0.84 | 0.4 |
| Hex | 79 | 10 | BB | 23 | 5B | 0 | 1B | 115 | 54 | 28 |
| Octal | 171 | 20 | 273 | 43 | 133 | 0 | 33 | 425 | 124 | 50 |
| Binary | 1111001 | 10000 | 10111011 | 100011 | 1011011 | 0 | 11011 | 100010101 | 1010100 | 101000 |
Color Harmonies of #7910BB
Complementary color
Monochromatic Colors of #7910BB
Black with #7910BB
Text Example
Text Example
White with #7910BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7910BB; }
p { color: rgb(121,16,187); }
H1.HeaderClassName
{
color: #7910BB;
}
.AnyTagClassName
{
color: #7910BB;
}
</style>
background-color css
<style>
a { background-color: #7910BB; }
a { background-color: rgb(121,16,187); }
div.DivClassName
{
background-color: #7910BB;
}
.BgClassName
{
background-color: #7910BB;
}
</style>
border-color css
<style>
span { border-color: #7910BB; }
span { border-color: rgb(121,16,187); }
td.TdClassName
{
border-color: #7910BB;
}
.TagClassName
{
border-color: #7910BB;
}
</style>