Shades of Blue Violet #792EDD
Tints of Blue Violet #792EDD
RGB
CMYK
RGB Variations
Color information
#792EDD (or 0x792EDD) is known color: Blue Violet. HEX triplet: 79, 2E and DD. RGB value is (121,46,221). Sum of RGB (Red+Green+Blue) = 121+46+221=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #792EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792EDD is #86D122. Grayscale: #575757. Windows color (decimal): -8835363 or 14495353. OLE color: 14495353.
HSL color Cylindrical-coordinate representation of color #792EDD: hue angle of 265.71º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #792EDD is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 46 | 221 | - |
| CMYK | 0.45 | 0.79 | 0 | 0.13 |
| HSL | 265.71º | 0.72% | 0.52% | - |
| HSV(B) | 265.71º | 0.79% | 0.87% | - |
| XYZ | 21.91 | 11.24 | 69.42 | - |
| YUV | 88.38 | 202.85 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 46 | 221 | 0.45 | 0.79 | 0 | 0.13 | 265.71 | 0.72 | 0.52 |
| Hex | 79 | 2E | DD | 2D | 4F | 0 | D | 10A | 48 | 34 |
| Octal | 171 | 56 | 335 | 55 | 117 | 0 | 15 | 412 | 110 | 64 |
| Binary | 1111001 | 101110 | 11011101 | 101101 | 1001111 | 0 | 1101 | 100001010 | 1001000 | 110100 |
Color Harmonies of #792EDD
Complementary color
Monochromatic Colors of #792EDD
Black with #792EDD
Text Example
Text Example
White with #792EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792EDD; }
p { color: rgb(121,46,221); }
H1.HeaderClassName
{
color: #792EDD;
}
.AnyTagClassName
{
color: #792EDD;
}
</style>
background-color css
<style>
a { background-color: #792EDD; }
a { background-color: rgb(121,46,221); }
div.DivClassName
{
background-color: #792EDD;
}
.BgClassName
{
background-color: #792EDD;
}
</style>
border-color css
<style>
span { border-color: #792EDD; }
span { border-color: rgb(121,46,221); }
td.TdClassName
{
border-color: #792EDD;
}
.TagClassName
{
border-color: #792EDD;
}
</style>