Shades of Blue Violet #791FCE
Tints of Blue Violet #791FCE
RGB
CMYK
RGB Variations
Color information
#791FCE (or 0x791FCE) is known color: Blue Violet. HEX triplet: 79, 1F and CE. RGB value is (121,31,206). Sum of RGB (Red+Green+Blue) = 121+31+206=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 31 (12.5% from 255 or 8.66% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #791FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791FCE is #86E031. Grayscale: #4D4D4D. Windows color (decimal): -8839218 or 13508473. OLE color: 13508473.
HSL color Cylindrical-coordinate representation of color #791FCE: hue angle of 270.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #791FCE is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 31 | 206 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.19 |
| HSL | 270.86º | 0.74% | 0.46% | - |
| HSV(B) | 270.86º | 0.85% | 0.81% | - |
| XYZ | 19.52 | 9.5 | 59.2 | - |
| YUV | 77.86 | 200.32 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 31 | 206 | 0.41 | 0.85 | 0 | 0.19 | 270.86 | 0.74 | 0.46 |
| Hex | 79 | 1F | CE | 29 | 55 | 0 | 13 | 10F | 4A | 2E |
| Octal | 171 | 37 | 316 | 51 | 125 | 0 | 23 | 417 | 112 | 56 |
| Binary | 1111001 | 11111 | 11001110 | 101001 | 1010101 | 0 | 10011 | 100001111 | 1001010 | 101110 |
Color Harmonies of #791FCE
Complementary color
Monochromatic Colors of #791FCE
Black with #791FCE
Text Example
Text Example
White with #791FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791FCE; }
p { color: rgb(121,31,206); }
H1.HeaderClassName
{
color: #791FCE;
}
.AnyTagClassName
{
color: #791FCE;
}
</style>
background-color css
<style>
a { background-color: #791FCE; }
a { background-color: rgb(121,31,206); }
div.DivClassName
{
background-color: #791FCE;
}
.BgClassName
{
background-color: #791FCE;
}
</style>
border-color css
<style>
span { border-color: #791FCE; }
span { border-color: rgb(121,31,206); }
td.TdClassName
{
border-color: #791FCE;
}
.TagClassName
{
border-color: #791FCE;
}
</style>