Shades of Dark Violet #7900CB
Tints of Dark Violet #7900CB
RGB
CMYK
RGB Variations
Color information
#7900CB (or 0x7900CB) is known color: Dark Violet. HEX triplet: 79, 00 and CB. RGB value is (121,0,203). Sum of RGB (Red+Green+Blue) = 121+0+203=324 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.35% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 203 (79.69% from 255 or 62.65% from 324); Max value from RGB is 203 - color contains mainly: blue. Hex color #7900CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7900CB is #86FF34. Grayscale: #3A3A3A. Windows color (decimal): -8847157 or 13303929. OLE color: 13303929.
HSL color Cylindrical-coordinate representation of color #7900CB: hue angle of 275.76º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7900CB is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 0 | 203 | - |
| CMYK | 0.40 | 1 | 0 | 0.20 |
| HSL | 275.76º | 1% | 0.4% | - |
| HSV(B) | 275.76º | 1% | 0.8% | - |
| XYZ | 18.66 | 8.38 | 57.13 | - |
| YUV | 59.32 | 209.09 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 0 | 203 | 0.40 | 1 | 0 | 0.20 | 275.76 | 1 | 0.4 |
| Hex | 79 | 0 | CB | 28 | 64 | 0 | 14 | 114 | 64 | 28 |
| Octal | 171 | 0 | 313 | 50 | 144 | 0 | 24 | 424 | 144 | 50 |
| Binary | 1111001 | 0 | 11001011 | 101000 | 1100100 | 0 | 10100 | 100010100 | 1100100 | 101000 |
Color Harmonies of #7900CB
Complementary color
Monochromatic Colors of #7900CB
Black with #7900CB
Text Example
Text Example
White with #7900CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7900CB; }
p { color: rgb(121,0,203); }
H1.HeaderClassName
{
color: #7900CB;
}
.AnyTagClassName
{
color: #7900CB;
}
</style>
background-color css
<style>
a { background-color: #7900CB; }
a { background-color: rgb(121,0,203); }
div.DivClassName
{
background-color: #7900CB;
}
.BgClassName
{
background-color: #7900CB;
}
</style>
border-color css
<style>
span { border-color: #7900CB; }
span { border-color: rgb(121,0,203); }
td.TdClassName
{
border-color: #7900CB;
}
.TagClassName
{
border-color: #7900CB;
}
</style>