Shades of Dark Violet #790FBB
Tints of Dark Violet #790FBB
RGB
CMYK
RGB Variations
Color information
#790FBB (or 0x790FBB) is known color: Dark Violet. HEX triplet: 79, 0F and BB. RGB value is (121,15,187). Sum of RGB (Red+Green+Blue) = 121+15+187=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #790FBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790FBB is #86F044. Grayscale: #414141. Windows color (decimal): -8843333 or 12259193. OLE color: 12259193.
HSL color Cylindrical-coordinate representation of color #790FBB: hue angle of 276.98º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #790FBB is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 15 | 187 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.27 |
| HSL | 276.98º | 0.85% | 0.4% | - |
| HSV(B) | 276.98º | 0.92% | 0.73% | - |
| XYZ | 17.03 | 7.99 | 47.66 | - |
| YUV | 66.3 | 196.12 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 15 | 187 | 0.35 | 0.92 | 0 | 0.27 | 276.98 | 0.85 | 0.4 |
| Hex | 79 | F | BB | 23 | 5C | 0 | 1B | 115 | 55 | 28 |
| Octal | 171 | 17 | 273 | 43 | 134 | 0 | 33 | 425 | 125 | 50 |
| Binary | 1111001 | 1111 | 10111011 | 100011 | 1011100 | 0 | 11011 | 100010101 | 1010101 | 101000 |
Color Harmonies of #790FBB
Complementary color
Monochromatic Colors of #790FBB
Black with #790FBB
Text Example
Text Example
White with #790FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790FBB; }
p { color: rgb(121,15,187); }
H1.HeaderClassName
{
color: #790FBB;
}
.AnyTagClassName
{
color: #790FBB;
}
</style>
background-color css
<style>
a { background-color: #790FBB; }
a { background-color: rgb(121,15,187); }
div.DivClassName
{
background-color: #790FBB;
}
.BgClassName
{
background-color: #790FBB;
}
</style>
border-color css
<style>
span { border-color: #790FBB; }
span { border-color: rgb(121,15,187); }
td.TdClassName
{
border-color: #790FBB;
}
.TagClassName
{
border-color: #790FBB;
}
</style>