Shades of Dark Violet #7901BC
Tints of Dark Violet #7901BC
RGB
CMYK
RGB Variations
Color information
#7901BC (or 0x7901BC) is known color: Dark Violet. HEX triplet: 79, 01 and BC. RGB value is (121,1,188). Sum of RGB (Red+Green+Blue) = 121+1+188=310 (41% of max value = 765). Red value is 121 (47.66% from 255 or 39.03% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #7901BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7901BC is #86FE43. Grayscale: #393939. Windows color (decimal): -8846916 or 12321145. OLE color: 12321145.
HSL color Cylindrical-coordinate representation of color #7901BC: hue angle of 278.5º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7901BC is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 1 | 188 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.26 |
| HSL | 278.5º | 0.99% | 0.37% | - |
| HSV(B) | 278.5º | 0.99% | 0.74% | - |
| XYZ | 16.97 | 7.72 | 48.17 | - |
| YUV | 58.2 | 201.26 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 1 | 188 | 0.36 | 0.99 | 0 | 0.26 | 278.5 | 0.99 | 0.37 |
| Hex | 79 | 1 | BC | 24 | 63 | 0 | 1A | 117 | 63 | 25 |
| Octal | 171 | 1 | 274 | 44 | 143 | 0 | 32 | 427 | 143 | 45 |
| Binary | 1111001 | 1 | 10111100 | 100100 | 1100011 | 0 | 11010 | 100010111 | 1100011 | 100101 |
Color Harmonies of #7901BC
Complementary color
Monochromatic Colors of #7901BC
Black with #7901BC
Text Example
Text Example
White with #7901BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7901BC; }
p { color: rgb(121,1,188); }
H1.HeaderClassName
{
color: #7901BC;
}
.AnyTagClassName
{
color: #7901BC;
}
</style>
background-color css
<style>
a { background-color: #7901BC; }
a { background-color: rgb(121,1,188); }
div.DivClassName
{
background-color: #7901BC;
}
.BgClassName
{
background-color: #7901BC;
}
</style>
border-color css
<style>
span { border-color: #7901BC; }
span { border-color: rgb(121,1,188); }
td.TdClassName
{
border-color: #7901BC;
}
.TagClassName
{
border-color: #7901BC;
}
</style>