Shades of Dark Violet #790FBF
Tints of Dark Violet #790FBF
RGB
CMYK
RGB Variations
Color information
#790FBF (or 0x790FBF) is known color: Dark Violet. HEX triplet: 79, 0F and BF. RGB value is (121,15,191). Sum of RGB (Red+Green+Blue) = 121+15+191=327 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.00% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 191 (75% from 255 or 58.41% from 327); Max value from RGB is 191 - color contains mainly: blue. Hex color #790FBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790FBF is #86F040. Grayscale: #424242. Windows color (decimal): -8843329 or 12521337. OLE color: 12521337.
HSL color Cylindrical-coordinate representation of color #790FBF: hue angle of 276.14º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #790FBF is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 15 | 191 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.25 |
| HSL | 276.14º | 0.85% | 0.4% | - |
| HSV(B) | 276.14º | 0.92% | 0.75% | - |
| XYZ | 17.46 | 8.17 | 49.95 | - |
| YUV | 66.76 | 198.12 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 15 | 191 | 0.37 | 0.92 | 0 | 0.25 | 276.14 | 0.85 | 0.4 |
| Hex | 79 | F | BF | 25 | 5C | 0 | 19 | 114 | 55 | 28 |
| Octal | 171 | 17 | 277 | 45 | 134 | 0 | 31 | 424 | 125 | 50 |
| Binary | 1111001 | 1111 | 10111111 | 100101 | 1011100 | 0 | 11001 | 100010100 | 1010101 | 101000 |
Color Harmonies of #790FBF
Complementary color
Monochromatic Colors of #790FBF
Black with #790FBF
Text Example
Text Example
White with #790FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790FBF; }
p { color: rgb(121,15,191); }
H1.HeaderClassName
{
color: #790FBF;
}
.AnyTagClassName
{
color: #790FBF;
}
</style>
background-color css
<style>
a { background-color: #790FBF; }
a { background-color: rgb(121,15,191); }
div.DivClassName
{
background-color: #790FBF;
}
.BgClassName
{
background-color: #790FBF;
}
</style>
border-color css
<style>
span { border-color: #790FBF; }
span { border-color: rgb(121,15,191); }
td.TdClassName
{
border-color: #790FBF;
}
.TagClassName
{
border-color: #790FBF;
}
</style>