Shades of Dark Violet #7901BB
Tints of Dark Violet #7901BB
RGB
CMYK
RGB Variations
Color information
#7901BB (or 0x7901BB) is known color: Dark Violet. HEX triplet: 79, 01 and BB. RGB value is (121,1,187). Sum of RGB (Red+Green+Blue) = 121+1+187=309 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.16% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #7901BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7901BB is #86FE44. Grayscale: #393939. Windows color (decimal): -8846917 or 12255609. OLE color: 12255609.
HSL color Cylindrical-coordinate representation of color #7901BB: hue angle of 278.71º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7901BB is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 1 | 187 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.27 |
| HSL | 278.71º | 0.99% | 0.37% | - |
| HSV(B) | 278.71º | 0.99% | 0.73% | - |
| XYZ | 16.87 | 7.67 | 47.61 | - |
| YUV | 58.08 | 200.76 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 1 | 187 | 0.35 | 0.99 | 0 | 0.27 | 278.71 | 0.99 | 0.37 |
| Hex | 79 | 1 | BB | 23 | 63 | 0 | 1B | 117 | 63 | 25 |
| Octal | 171 | 1 | 273 | 43 | 143 | 0 | 33 | 427 | 143 | 45 |
| Binary | 1111001 | 1 | 10111011 | 100011 | 1100011 | 0 | 11011 | 100010111 | 1100011 | 100101 |
Color Harmonies of #7901BB
Complementary color
Monochromatic Colors of #7901BB
Black with #7901BB
Text Example
Text Example
White with #7901BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7901BB; }
p { color: rgb(121,1,187); }
H1.HeaderClassName
{
color: #7901BB;
}
.AnyTagClassName
{
color: #7901BB;
}
</style>
background-color css
<style>
a { background-color: #7901BB; }
a { background-color: rgb(121,1,187); }
div.DivClassName
{
background-color: #7901BB;
}
.BgClassName
{
background-color: #7901BB;
}
</style>
border-color css
<style>
span { border-color: #7901BB; }
span { border-color: rgb(121,1,187); }
td.TdClassName
{
border-color: #7901BB;
}
.TagClassName
{
border-color: #7901BB;
}
</style>