Shades of Blue Violet #791BCE
Tints of Blue Violet #791BCE
RGB
CMYK
RGB Variations
Color information
#791BCE (or 0x791BCE) is known color: Blue Violet. HEX triplet: 79, 1B and CE. RGB value is (121,27,206). Sum of RGB (Red+Green+Blue) = 121+27+206=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 27 (10.94% from 255 or 7.63% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #791BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791BCE is #86E431. Grayscale: #4A4A4A. Windows color (decimal): -8840242 or 13507449. OLE color: 13507449.
HSL color Cylindrical-coordinate representation of color #791BCE: hue angle of 271.51º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #791BCE is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 27 | 206 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.19 |
| HSL | 271.51º | 0.77% | 0.46% | - |
| HSV(B) | 271.51º | 0.87% | 0.81% | - |
| XYZ | 19.42 | 9.31 | 59.17 | - |
| YUV | 75.51 | 201.64 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 27 | 206 | 0.41 | 0.87 | 0 | 0.19 | 271.51 | 0.77 | 0.46 |
| Hex | 79 | 1B | CE | 29 | 57 | 0 | 13 | 110 | 4D | 2E |
| Octal | 171 | 33 | 316 | 51 | 127 | 0 | 23 | 420 | 115 | 56 |
| Binary | 1111001 | 11011 | 11001110 | 101001 | 1010111 | 0 | 10011 | 100010000 | 1001101 | 101110 |
Color Harmonies of #791BCE
Complementary color
Monochromatic Colors of #791BCE
Black with #791BCE
Text Example
Text Example
White with #791BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791BCE; }
p { color: rgb(121,27,206); }
H1.HeaderClassName
{
color: #791BCE;
}
.AnyTagClassName
{
color: #791BCE;
}
</style>
background-color css
<style>
a { background-color: #791BCE; }
a { background-color: rgb(121,27,206); }
div.DivClassName
{
background-color: #791BCE;
}
.BgClassName
{
background-color: #791BCE;
}
</style>
border-color css
<style>
span { border-color: #791BCE; }
span { border-color: rgb(121,27,206); }
td.TdClassName
{
border-color: #791BCE;
}
.TagClassName
{
border-color: #791BCE;
}
</style>