Shades of Blue Violet #791EDA
Tints of Blue Violet #791EDA
RGB
CMYK
RGB Variations
Color information
#791EDA (or 0x791EDA) is known color: Blue Violet. HEX triplet: 79, 1E and DA. RGB value is (121,30,218). Sum of RGB (Red+Green+Blue) = 121+30+218=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #791EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791EDA is #86E125. Grayscale: #4D4D4D. Windows color (decimal): -8839462 or 14294649. OLE color: 14294649.
HSL color Cylindrical-coordinate representation of color #791EDA: hue angle of 269.04º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #791EDA is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 121 | 30 | 218 | - |
| CMYK | 0.44 | 0.86 | 0 | 0.15 |
| HSL | 269.04º | 0.76% | 0.49% | - |
| HSV(B) | 269.04º | 0.86% | 0.85% | - |
| XYZ | 21 | 10.06 | 67.16 | - |
| YUV | 78.64 | 206.65 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 30 | 218 | 0.44 | 0.86 | 0 | 0.15 | 269.04 | 0.76 | 0.49 |
| Hex | 79 | 1E | DA | 2C | 56 | 0 | F | 10D | 4C | 31 |
| Octal | 171 | 36 | 332 | 54 | 126 | 0 | 17 | 415 | 114 | 61 |
| Binary | 1111001 | 11110 | 11011010 | 101100 | 1010110 | 0 | 1111 | 100001101 | 1001100 | 110001 |
Color Harmonies of #791EDA
Complementary color
Monochromatic Colors of #791EDA
Black with #791EDA
Text Example
Text Example
White with #791EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791EDA; }
p { color: rgb(121,30,218); }
H1.HeaderClassName
{
color: #791EDA;
}
.AnyTagClassName
{
color: #791EDA;
}
</style>
background-color css
<style>
a { background-color: #791EDA; }
a { background-color: rgb(121,30,218); }
div.DivClassName
{
background-color: #791EDA;
}
.BgClassName
{
background-color: #791EDA;
}
</style>
border-color css
<style>
span { border-color: #791EDA; }
span { border-color: rgb(121,30,218); }
td.TdClassName
{
border-color: #791EDA;
}
.TagClassName
{
border-color: #791EDA;
}
</style>