Shades of Blue Violet #792DDB
Tints of Blue Violet #792DDB
RGB
CMYK
RGB Variations
Color information
#792DDB (or 0x792DDB) is known color: Blue Violet. HEX triplet: 79, 2D and DB. RGB value is (121,45,219). Sum of RGB (Red+Green+Blue) = 121+45+219=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #792DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792DDB is #86D224. Grayscale: #565656. Windows color (decimal): -8835621 or 14364025. OLE color: 14364025.
HSL color Cylindrical-coordinate representation of color #792DDB: hue angle of 266.21º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #792DDB is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 45 | 219 | - |
| CMYK | 0.45 | 0.79 | 0 | 0.14 |
| HSL | 266.21º | 0.71% | 0.52% | - |
| HSV(B) | 266.21º | 0.79% | 0.86% | - |
| XYZ | 21.61 | 11.06 | 68.01 | - |
| YUV | 87.56 | 202.18 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 45 | 219 | 0.45 | 0.79 | 0 | 0.14 | 266.21 | 0.71 | 0.52 |
| Hex | 79 | 2D | DB | 2D | 4F | 0 | E | 10A | 47 | 34 |
| Octal | 171 | 55 | 333 | 55 | 117 | 0 | 16 | 412 | 107 | 64 |
| Binary | 1111001 | 101101 | 11011011 | 101101 | 1001111 | 0 | 1110 | 100001010 | 1000111 | 110100 |
Color Harmonies of #792DDB
Complementary color
Monochromatic Colors of #792DDB
Black with #792DDB
Text Example
Text Example
White with #792DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792DDB; }
p { color: rgb(121,45,219); }
H1.HeaderClassName
{
color: #792DDB;
}
.AnyTagClassName
{
color: #792DDB;
}
</style>
background-color css
<style>
a { background-color: #792DDB; }
a { background-color: rgb(121,45,219); }
div.DivClassName
{
background-color: #792DDB;
}
.BgClassName
{
background-color: #792DDB;
}
</style>
border-color css
<style>
span { border-color: #792DDB; }
span { border-color: rgb(121,45,219); }
td.TdClassName
{
border-color: #792DDB;
}
.TagClassName
{
border-color: #792DDB;
}
</style>