Shades of Blue Violet #792BDF
Tints of Blue Violet #792BDF
RGB
CMYK
RGB Variations
Color information
#792BDF (or 0x792BDF) is known color: Blue Violet. HEX triplet: 79, 2B and DF. RGB value is (121,43,223). Sum of RGB (Red+Green+Blue) = 121+43+223=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #792BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792BDF is #86D420. Grayscale: #565656. Windows color (decimal): -8836129 or 14625657. OLE color: 14625657.
HSL color Cylindrical-coordinate representation of color #792BDF: hue angle of 266º degrees, saturation: 0.74, 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 #792BDF is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 43 | 223 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.13 |
| HSL | 266º | 0.74% | 0.52% | - |
| HSV(B) | 266º | 0.81% | 0.87% | - |
| XYZ | 22.07 | 11.12 | 70.8 | - |
| YUV | 86.84 | 204.84 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 43 | 223 | 0.46 | 0.81 | 0 | 0.13 | 266 | 0.74 | 0.52 |
| Hex | 79 | 2B | DF | 2E | 51 | 0 | D | 10A | 4A | 34 |
| Octal | 171 | 53 | 337 | 56 | 121 | 0 | 15 | 412 | 112 | 64 |
| Binary | 1111001 | 101011 | 11011111 | 101110 | 1010001 | 0 | 1101 | 100001010 | 1001010 | 110100 |
Color Harmonies of #792BDF
Complementary color
Monochromatic Colors of #792BDF
Black with #792BDF
Text Example
Text Example
White with #792BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792BDF; }
p { color: rgb(121,43,223); }
H1.HeaderClassName
{
color: #792BDF;
}
.AnyTagClassName
{
color: #792BDF;
}
</style>
background-color css
<style>
a { background-color: #792BDF; }
a { background-color: rgb(121,43,223); }
div.DivClassName
{
background-color: #792BDF;
}
.BgClassName
{
background-color: #792BDF;
}
</style>
border-color css
<style>
span { border-color: #792BDF; }
span { border-color: rgb(121,43,223); }
td.TdClassName
{
border-color: #792BDF;
}
.TagClassName
{
border-color: #792BDF;
}
</style>