Shades of Blue Violet #792BDE
Tints of Blue Violet #792BDE
RGB
CMYK
RGB Variations
Color information
#792BDE (or 0x792BDE) is known color: Blue Violet. HEX triplet: 79, 2B and DE. RGB value is (121,43,222). Sum of RGB (Red+Green+Blue) = 121+43+222=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #792BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792BDE is #86D421. Grayscale: #565656. Windows color (decimal): -8836130 or 14560121. OLE color: 14560121.
HSL color Cylindrical-coordinate representation of color #792BDE: hue angle of 266.15º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #792BDE is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 43 | 222 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.13 |
| HSL | 266.15º | 0.73% | 0.52% | - |
| HSV(B) | 266.15º | 0.81% | 0.87% | - |
| XYZ | 21.93 | 11.07 | 70.09 | - |
| YUV | 86.73 | 204.34 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 43 | 222 | 0.45 | 0.81 | 0 | 0.13 | 266.15 | 0.73 | 0.52 |
| Hex | 79 | 2B | DE | 2D | 51 | 0 | D | 10A | 49 | 34 |
| Octal | 171 | 53 | 336 | 55 | 121 | 0 | 15 | 412 | 111 | 64 |
| Binary | 1111001 | 101011 | 11011110 | 101101 | 1010001 | 0 | 1101 | 100001010 | 1001001 | 110100 |
Color Harmonies of #792BDE
Complementary color
Monochromatic Colors of #792BDE
Black with #792BDE
Text Example
Text Example
White with #792BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792BDE; }
p { color: rgb(121,43,222); }
H1.HeaderClassName
{
color: #792BDE;
}
.AnyTagClassName
{
color: #792BDE;
}
</style>
background-color css
<style>
a { background-color: #792BDE; }
a { background-color: rgb(121,43,222); }
div.DivClassName
{
background-color: #792BDE;
}
.BgClassName
{
background-color: #792BDE;
}
</style>
border-color css
<style>
span { border-color: #792BDE; }
span { border-color: rgb(121,43,222); }
td.TdClassName
{
border-color: #792BDE;
}
.TagClassName
{
border-color: #792BDE;
}
</style>