Shades of Blue Violet #791CCD
Tints of Blue Violet #791CCD
RGB
CMYK
RGB Variations
Color information
#791CCD (or 0x791CCD) is known color: Blue Violet. HEX triplet: 79, 1C and CD. RGB value is (121,28,205). Sum of RGB (Red+Green+Blue) = 121+28+205=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #791CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791CCD is #86E332. Grayscale: #4B4B4B. Windows color (decimal): -8839987 or 13442169. OLE color: 13442169.
HSL color Cylindrical-coordinate representation of color #791CCD: hue angle of 271.53º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #791CCD is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 28 | 205 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.20 |
| HSL | 271.53º | 0.76% | 0.46% | - |
| HSV(B) | 271.53º | 0.86% | 0.8% | - |
| XYZ | 19.32 | 9.3 | 58.54 | - |
| YUV | 75.99 | 200.81 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 28 | 205 | 0.41 | 0.86 | 0 | 0.20 | 271.53 | 0.76 | 0.46 |
| Hex | 79 | 1C | CD | 29 | 56 | 0 | 14 | 110 | 4C | 2E |
| Octal | 171 | 34 | 315 | 51 | 126 | 0 | 24 | 420 | 114 | 56 |
| Binary | 1111001 | 11100 | 11001101 | 101001 | 1010110 | 0 | 10100 | 100010000 | 1001100 | 101110 |
Color Harmonies of #791CCD
Complementary color
Monochromatic Colors of #791CCD
Black with #791CCD
Text Example
Text Example
White with #791CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791CCD; }
p { color: rgb(121,28,205); }
H1.HeaderClassName
{
color: #791CCD;
}
.AnyTagClassName
{
color: #791CCD;
}
</style>
background-color css
<style>
a { background-color: #791CCD; }
a { background-color: rgb(121,28,205); }
div.DivClassName
{
background-color: #791CCD;
}
.BgClassName
{
background-color: #791CCD;
}
</style>
border-color css
<style>
span { border-color: #791CCD; }
span { border-color: rgb(121,28,205); }
td.TdClassName
{
border-color: #791CCD;
}
.TagClassName
{
border-color: #791CCD;
}
</style>