Shades of Dark Violet #7900BB
Tints of Dark Violet #7900BB
RGB
CMYK
RGB Variations
Color information
#7900BB (or 0x7900BB) is known color: Dark Violet. HEX triplet: 79, 00 and BB. RGB value is (121,0,187). Sum of RGB (Red+Green+Blue) = 121+0+187=308 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.29% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #7900BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7900BB is #86FF44. Grayscale: #383838. Windows color (decimal): -8847173 or 12255353. OLE color: 12255353.
HSL color Cylindrical-coordinate representation of color #7900BB: hue angle of 278.82º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7900BB is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 0 | 187 | - |
| CMYK | 0.35 | 1 | 0 | 0.27 |
| HSL | 278.82º | 1% | 0.37% | - |
| HSV(B) | 278.82º | 1% | 0.73% | - |
| XYZ | 16.85 | 7.65 | 47.6 | - |
| YUV | 57.5 | 201.09 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 0 | 187 | 0.35 | 1 | 0 | 0.27 | 278.82 | 1 | 0.37 |
| Hex | 79 | 0 | BB | 23 | 64 | 0 | 1B | 117 | 64 | 25 |
| Octal | 171 | 0 | 273 | 43 | 144 | 0 | 33 | 427 | 144 | 45 |
| Binary | 1111001 | 0 | 10111011 | 100011 | 1100100 | 0 | 11011 | 100010111 | 1100100 | 100101 |
Color Harmonies of #7900BB
Complementary color
Monochromatic Colors of #7900BB
Black with #7900BB
Text Example
Text Example
White with #7900BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7900BB; }
p { color: rgb(121,0,187); }
H1.HeaderClassName
{
color: #7900BB;
}
.AnyTagClassName
{
color: #7900BB;
}
</style>
background-color css
<style>
a { background-color: #7900BB; }
a { background-color: rgb(121,0,187); }
div.DivClassName
{
background-color: #7900BB;
}
.BgClassName
{
background-color: #7900BB;
}
</style>
border-color css
<style>
span { border-color: #7900BB; }
span { border-color: rgb(121,0,187); }
td.TdClassName
{
border-color: #7900BB;
}
.TagClassName
{
border-color: #7900BB;
}
</style>