Shades of Blue Violet #791FDA
Tints of Blue Violet #791FDA
RGB
CMYK
RGB Variations
Color information
#791FDA (or 0x791FDA) is known color: Blue Violet. HEX triplet: 79, 1F and DA. RGB value is (121,31,218). Sum of RGB (Red+Green+Blue) = 121+31+218=370 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.70% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #791FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791FDA is #86E025. Grayscale: #4E4E4E. Windows color (decimal): -8839206 or 14294905. OLE color: 14294905.
HSL color Cylindrical-coordinate representation of color #791FDA: hue angle of 268.88º degrees, saturation: 0.75, 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 #791FDA is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 121 | 31 | 218 | - |
| CMYK | 0.44 | 0.86 | 0 | 0.15 |
| HSL | 268.88º | 0.75% | 0.49% | - |
| HSV(B) | 268.88º | 0.86% | 0.85% | - |
| XYZ | 21.03 | 10.11 | 67.17 | - |
| YUV | 79.23 | 206.32 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 31 | 218 | 0.44 | 0.86 | 0 | 0.15 | 268.88 | 0.75 | 0.49 |
| Hex | 79 | 1F | DA | 2C | 56 | 0 | F | 10D | 4B | 31 |
| Octal | 171 | 37 | 332 | 54 | 126 | 0 | 17 | 415 | 113 | 61 |
| Binary | 1111001 | 11111 | 11011010 | 101100 | 1010110 | 0 | 1111 | 100001101 | 1001011 | 110001 |
Color Harmonies of #791FDA
Complementary color
Monochromatic Colors of #791FDA
Black with #791FDA
Text Example
Text Example
White with #791FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791FDA; }
p { color: rgb(121,31,218); }
H1.HeaderClassName
{
color: #791FDA;
}
.AnyTagClassName
{
color: #791FDA;
}
</style>
background-color css
<style>
a { background-color: #791FDA; }
a { background-color: rgb(121,31,218); }
div.DivClassName
{
background-color: #791FDA;
}
.BgClassName
{
background-color: #791FDA;
}
</style>
border-color css
<style>
span { border-color: #791FDA; }
span { border-color: rgb(121,31,218); }
td.TdClassName
{
border-color: #791FDA;
}
.TagClassName
{
border-color: #791FDA;
}
</style>