Shades of Blue Violet #791EE6
Tints of Blue Violet #791EE6
RGB
CMYK
RGB Variations
Color information
#791EE6 (or 0x791EE6) is known color: Blue Violet. HEX triplet: 79, 1E and E6. RGB value is (121,30,230). Sum of RGB (Red+Green+Blue) = 121+30+230=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 230 (90.23% from 255 or 60.37% from 381); Max value from RGB is 230 - color contains mainly: blue. Hex color #791EE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #791EE6 is #86E119. Grayscale: #4F4F4F. Windows color (decimal): -8839450 or 15081081. OLE color: 15081081.
HSL color Cylindrical-coordinate representation of color #791EE6: hue angle of 267.3º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #791EE6 is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 121 | 30 | 230 | - |
| CMYK | 0.47 | 0.87 | 0 | 0.10 |
| HSL | 267.3º | 0.8% | 0.51% | - |
| HSV(B) | 267.3º | 0.87% | 0.9% | - |
| XYZ | 22.63 | 10.71 | 75.74 | - |
| YUV | 80.01 | 212.65 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 30 | 230 | 0.47 | 0.87 | 0 | 0.10 | 267.3 | 0.8 | 0.51 |
| Hex | 79 | 1E | E6 | 2F | 57 | 0 | A | 10B | 50 | 33 |
| Octal | 171 | 36 | 346 | 57 | 127 | 0 | 12 | 413 | 120 | 63 |
| Binary | 1111001 | 11110 | 11100110 | 101111 | 1010111 | 0 | 1010 | 100001011 | 1010000 | 110011 |
Color Harmonies of #791EE6
Complementary color
Monochromatic Colors of #791EE6
Black with #791EE6
Text Example
Text Example
White with #791EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791EE6; }
p { color: rgb(121,30,230); }
H1.HeaderClassName
{
color: #791EE6;
}
.AnyTagClassName
{
color: #791EE6;
}
</style>
background-color css
<style>
a { background-color: #791EE6; }
a { background-color: rgb(121,30,230); }
div.DivClassName
{
background-color: #791EE6;
}
.BgClassName
{
background-color: #791EE6;
}
</style>
border-color css
<style>
span { border-color: #791EE6; }
span { border-color: rgb(121,30,230); }
td.TdClassName
{
border-color: #791EE6;
}
.TagClassName
{
border-color: #791EE6;
}
</style>