Shades of Blue Violet #792DD0
Tints of Blue Violet #792DD0
RGB
CMYK
RGB Variations
Color information
#792DD0 (or 0x792DD0) is known color: Blue Violet. HEX triplet: 79, 2D and D0. RGB value is (121,45,208). Sum of RGB (Red+Green+Blue) = 121+45+208=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 208 (81.64% from 255 or 55.61% from 374); Max value from RGB is 208 - color contains mainly: blue. Hex color #792DD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792DD0 is #86D22F. Grayscale: #555555. Windows color (decimal): -8835632 or 13643129. OLE color: 13643129.
HSL color Cylindrical-coordinate representation of color #792DD0: hue angle of 267.98º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #792DD0 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 121 | 45 | 208 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.18 |
| HSL | 267.98º | 0.64% | 0.5% | - |
| HSV(B) | 267.98º | 0.78% | 0.82% | - |
| XYZ | 20.21 | 10.5 | 60.64 | - |
| YUV | 86.31 | 196.68 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 45 | 208 | 0.42 | 0.78 | 0 | 0.18 | 267.98 | 0.64 | 0.5 |
| Hex | 79 | 2D | D0 | 2A | 4E | 0 | 12 | 10C | 40 | 32 |
| Octal | 171 | 55 | 320 | 52 | 116 | 0 | 22 | 414 | 100 | 62 |
| Binary | 1111001 | 101101 | 11010000 | 101010 | 1001110 | 0 | 10010 | 100001100 | 1000000 | 110010 |
Color Harmonies of #792DD0
Complementary color
Monochromatic Colors of #792DD0
Black with #792DD0
Text Example
Text Example
White with #792DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792DD0; }
p { color: rgb(121,45,208); }
H1.HeaderClassName
{
color: #792DD0;
}
.AnyTagClassName
{
color: #792DD0;
}
</style>
background-color css
<style>
a { background-color: #792DD0; }
a { background-color: rgb(121,45,208); }
div.DivClassName
{
background-color: #792DD0;
}
.BgClassName
{
background-color: #792DD0;
}
</style>
border-color css
<style>
span { border-color: #792DD0; }
span { border-color: rgb(121,45,208); }
td.TdClassName
{
border-color: #792DD0;
}
.TagClassName
{
border-color: #792DD0;
}
</style>