Shades of Blue Violet #791ECD
Tints of Blue Violet #791ECD
RGB
CMYK
RGB Variations
Color information
#791ECD (or 0x791ECD) is known color: Blue Violet. HEX triplet: 79, 1E and CD. RGB value is (121,30,205). Sum of RGB (Red+Green+Blue) = 121+30+205=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #791ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791ECD is #86E132. Grayscale: #4C4C4C. Windows color (decimal): -8839475 or 13442681. OLE color: 13442681.
HSL color Cylindrical-coordinate representation of color #791ECD: hue angle of 271.2º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #791ECD is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 30 | 205 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.20 |
| HSL | 271.2º | 0.74% | 0.46% | - |
| HSV(B) | 271.2º | 0.85% | 0.8% | - |
| XYZ | 19.37 | 9.4 | 58.55 | - |
| YUV | 77.16 | 200.15 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 30 | 205 | 0.41 | 0.85 | 0 | 0.20 | 271.2 | 0.74 | 0.46 |
| Hex | 79 | 1E | CD | 29 | 55 | 0 | 14 | 10F | 4A | 2E |
| Octal | 171 | 36 | 315 | 51 | 125 | 0 | 24 | 417 | 112 | 56 |
| Binary | 1111001 | 11110 | 11001101 | 101001 | 1010101 | 0 | 10100 | 100001111 | 1001010 | 101110 |
Color Harmonies of #791ECD
Complementary color
Monochromatic Colors of #791ECD
Black with #791ECD
Text Example
Text Example
White with #791ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791ECD; }
p { color: rgb(121,30,205); }
H1.HeaderClassName
{
color: #791ECD;
}
.AnyTagClassName
{
color: #791ECD;
}
</style>
background-color css
<style>
a { background-color: #791ECD; }
a { background-color: rgb(121,30,205); }
div.DivClassName
{
background-color: #791ECD;
}
.BgClassName
{
background-color: #791ECD;
}
</style>
border-color css
<style>
span { border-color: #791ECD; }
span { border-color: rgb(121,30,205); }
td.TdClassName
{
border-color: #791ECD;
}
.TagClassName
{
border-color: #791ECD;
}
</style>