Shades of Blue Violet #790EDF
Tints of Blue Violet #790EDF
RGB
CMYK
RGB Variations
Color information
#790EDF (or 0x790EDF) is known color: Blue Violet. HEX triplet: 79, 0E and DF. RGB value is (121,14,223). Sum of RGB (Red+Green+Blue) = 121+14+223=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 14 (5.86% from 255 or 3.91% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #790EDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790EDF is #86F120. Grayscale: #454545. Windows color (decimal): -8843553 or 14618233. OLE color: 14618233.
HSL color Cylindrical-coordinate representation of color #790EDF: hue angle of 270.72º degrees, saturation: 0.88, 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 #790EDF is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 14 | 223 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.13 |
| HSL | 270.72º | 0.88% | 0.46% | - |
| HSV(B) | 270.72º | 0.94% | 0.87% | - |
| XYZ | 21.36 | 9.71 | 70.56 | - |
| YUV | 69.82 | 214.45 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 14 | 223 | 0.46 | 0.94 | 0 | 0.13 | 270.72 | 0.88 | 0.46 |
| Hex | 79 | E | DF | 2E | 5E | 0 | D | 10F | 58 | 2E |
| Octal | 171 | 16 | 337 | 56 | 136 | 0 | 15 | 417 | 130 | 56 |
| Binary | 1111001 | 1110 | 11011111 | 101110 | 1011110 | 0 | 1101 | 100001111 | 1011000 | 101110 |
Color Harmonies of #790EDF
Complementary color
Monochromatic Colors of #790EDF
Black with #790EDF
Text Example
Text Example
White with #790EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790EDF; }
p { color: rgb(121,14,223); }
H1.HeaderClassName
{
color: #790EDF;
}
.AnyTagClassName
{
color: #790EDF;
}
</style>
background-color css
<style>
a { background-color: #790EDF; }
a { background-color: rgb(121,14,223); }
div.DivClassName
{
background-color: #790EDF;
}
.BgClassName
{
background-color: #790EDF;
}
</style>
border-color css
<style>
span { border-color: #790EDF; }
span { border-color: rgb(121,14,223); }
td.TdClassName
{
border-color: #790EDF;
}
.TagClassName
{
border-color: #790EDF;
}
</style>