Shades of Blue Violet #791CDA
Tints of Blue Violet #791CDA
RGB
CMYK
RGB Variations
Color information
#791CDA (or 0x791CDA) is known color: Blue Violet. HEX triplet: 79, 1C and DA. RGB value is (121,28,218). Sum of RGB (Red+Green+Blue) = 121+28+218=367 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.97% from 367); Green value is 28 (11.33% from 255 or 7.63% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #791CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791CDA is #86E325. Grayscale: #4C4C4C. Windows color (decimal): -8839974 or 14294137. OLE color: 14294137.
HSL color Cylindrical-coordinate representation of color #791CDA: hue angle of 269.37º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #791CDA is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 121 | 28 | 218 | - |
| CMYK | 0.44 | 0.87 | 0 | 0.15 |
| HSL | 269.37º | 0.77% | 0.48% | - |
| HSV(B) | 269.37º | 0.87% | 0.85% | - |
| XYZ | 20.96 | 9.96 | 67.15 | - |
| YUV | 77.47 | 207.31 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 28 | 218 | 0.44 | 0.87 | 0 | 0.15 | 269.37 | 0.77 | 0.48 |
| Hex | 79 | 1C | DA | 2C | 57 | 0 | F | 10D | 4D | 30 |
| Octal | 171 | 34 | 332 | 54 | 127 | 0 | 17 | 415 | 115 | 60 |
| Binary | 1111001 | 11100 | 11011010 | 101100 | 1010111 | 0 | 1111 | 100001101 | 1001101 | 110000 |
Color Harmonies of #791CDA
Complementary color
Monochromatic Colors of #791CDA
Black with #791CDA
Text Example
Text Example
White with #791CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791CDA; }
p { color: rgb(121,28,218); }
H1.HeaderClassName
{
color: #791CDA;
}
.AnyTagClassName
{
color: #791CDA;
}
</style>
background-color css
<style>
a { background-color: #791CDA; }
a { background-color: rgb(121,28,218); }
div.DivClassName
{
background-color: #791CDA;
}
.BgClassName
{
background-color: #791CDA;
}
</style>
border-color css
<style>
span { border-color: #791CDA; }
span { border-color: rgb(121,28,218); }
td.TdClassName
{
border-color: #791CDA;
}
.TagClassName
{
border-color: #791CDA;
}
</style>