Shades of Dark Violet #7910BC
Tints of Dark Violet #7910BC
RGB
CMYK
RGB Variations
Color information
#7910BC (or 0x7910BC) is known color: Dark Violet. HEX triplet: 79, 10 and BC. RGB value is (121,16,188). Sum of RGB (Red+Green+Blue) = 121+16+188=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #7910BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7910BC is #86EF43. Grayscale: #424242. Windows color (decimal): -8843076 or 12324985. OLE color: 12324985.
HSL color Cylindrical-coordinate representation of color #7910BC: hue angle of 276.63º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7910BC is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 16 | 188 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.26 |
| HSL | 276.63º | 0.84% | 0.4% | - |
| HSV(B) | 276.63º | 0.91% | 0.74% | - |
| XYZ | 17.15 | 8.07 | 48.23 | - |
| YUV | 67 | 196.29 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 16 | 188 | 0.36 | 0.91 | 0 | 0.26 | 276.63 | 0.84 | 0.4 |
| Hex | 79 | 10 | BC | 24 | 5B | 0 | 1A | 115 | 54 | 28 |
| Octal | 171 | 20 | 274 | 44 | 133 | 0 | 32 | 425 | 124 | 50 |
| Binary | 1111001 | 10000 | 10111100 | 100100 | 1011011 | 0 | 11010 | 100010101 | 1010100 | 101000 |
Color Harmonies of #7910BC
Complementary color
Monochromatic Colors of #7910BC
Black with #7910BC
Text Example
Text Example
White with #7910BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7910BC; }
p { color: rgb(121,16,188); }
H1.HeaderClassName
{
color: #7910BC;
}
.AnyTagClassName
{
color: #7910BC;
}
</style>
background-color css
<style>
a { background-color: #7910BC; }
a { background-color: rgb(121,16,188); }
div.DivClassName
{
background-color: #7910BC;
}
.BgClassName
{
background-color: #7910BC;
}
</style>
border-color css
<style>
span { border-color: #7910BC; }
span { border-color: rgb(121,16,188); }
td.TdClassName
{
border-color: #7910BC;
}
.TagClassName
{
border-color: #7910BC;
}
</style>