Shades of Dark Violet #7900BE
Tints of Dark Violet #7900BE
RGB
CMYK
RGB Variations
Color information
#7900BE (or 0x7900BE) is known color: Dark Violet. HEX triplet: 79, 00 and BE. RGB value is (121,0,190). Sum of RGB (Red+Green+Blue) = 121+0+190=311 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.91% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 190 (74.61% from 255 or 61.09% from 311); Max value from RGB is 190 - color contains mainly: blue. Hex color #7900BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7900BE is #86FF41. Grayscale: #393939. Windows color (decimal): -8847170 or 12451961. OLE color: 12451961.
HSL color Cylindrical-coordinate representation of color #7900BE: hue angle of 278.21º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7900BE is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 0 | 190 | - |
| CMYK | 0.36 | 1 | 0 | 0.25 |
| HSL | 278.21º | 1% | 0.37% | - |
| HSV(B) | 278.21º | 1% | 0.75% | - |
| XYZ | 17.18 | 7.78 | 49.31 | - |
| YUV | 57.84 | 202.59 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 0 | 190 | 0.36 | 1 | 0 | 0.25 | 278.21 | 1 | 0.37 |
| Hex | 79 | 0 | BE | 24 | 64 | 0 | 19 | 116 | 64 | 25 |
| Octal | 171 | 0 | 276 | 44 | 144 | 0 | 31 | 426 | 144 | 45 |
| Binary | 1111001 | 0 | 10111110 | 100100 | 1100100 | 0 | 11001 | 100010110 | 1100100 | 100101 |
Color Harmonies of #7900BE
Complementary color
Monochromatic Colors of #7900BE
Black with #7900BE
Text Example
Text Example
White with #7900BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7900BE; }
p { color: rgb(121,0,190); }
H1.HeaderClassName
{
color: #7900BE;
}
.AnyTagClassName
{
color: #7900BE;
}
</style>
background-color css
<style>
a { background-color: #7900BE; }
a { background-color: rgb(121,0,190); }
div.DivClassName
{
background-color: #7900BE;
}
.BgClassName
{
background-color: #7900BE;
}
</style>
border-color css
<style>
span { border-color: #7900BE; }
span { border-color: rgb(121,0,190); }
td.TdClassName
{
border-color: #7900BE;
}
.TagClassName
{
border-color: #7900BE;
}
</style>