Shades of Blue Violet #790DDF
Tints of Blue Violet #790DDF
RGB
CMYK
RGB Variations
Color information
#790DDF (or 0x790DDF) is known color: Blue Violet. HEX triplet: 79, 0D and DF. RGB value is (121,13,223). Sum of RGB (Red+Green+Blue) = 121+13+223=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #790DDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790DDF is #86F220. Grayscale: #444444. Windows color (decimal): -8843809 or 14617977. OLE color: 14617977.
HSL color Cylindrical-coordinate representation of color #790DDF: hue angle of 270.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790DDF is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 13 | 223 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.13 |
| HSL | 270.86º | 0.89% | 0.46% | - |
| HSV(B) | 270.86º | 0.94% | 0.87% | - |
| XYZ | 21.35 | 9.68 | 70.56 | - |
| YUV | 69.23 | 214.78 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 13 | 223 | 0.46 | 0.94 | 0 | 0.13 | 270.86 | 0.89 | 0.46 |
| Hex | 79 | D | DF | 2E | 5E | 0 | D | 10F | 59 | 2E |
| Octal | 171 | 15 | 337 | 56 | 136 | 0 | 15 | 417 | 131 | 56 |
| Binary | 1111001 | 1101 | 11011111 | 101110 | 1011110 | 0 | 1101 | 100001111 | 1011001 | 101110 |
Color Harmonies of #790DDF
Complementary color
Monochromatic Colors of #790DDF
Black with #790DDF
Text Example
Text Example
White with #790DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790DDF; }
p { color: rgb(121,13,223); }
H1.HeaderClassName
{
color: #790DDF;
}
.AnyTagClassName
{
color: #790DDF;
}
</style>
background-color css
<style>
a { background-color: #790DDF; }
a { background-color: rgb(121,13,223); }
div.DivClassName
{
background-color: #790DDF;
}
.BgClassName
{
background-color: #790DDF;
}
</style>
border-color css
<style>
span { border-color: #790DDF; }
span { border-color: rgb(121,13,223); }
td.TdClassName
{
border-color: #790DDF;
}
.TagClassName
{
border-color: #790DDF;
}
</style>