Shades of Blue Violet #792ADF
Tints of Blue Violet #792ADF
RGB
CMYK
RGB Variations
Color information
#792ADF (or 0x792ADF) is known color: Blue Violet. HEX triplet: 79, 2A and DF. RGB value is (121,42,223). Sum of RGB (Red+Green+Blue) = 121+42+223=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #792ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792ADF is #86D520. Grayscale: #555555. Windows color (decimal): -8836385 or 14625401. OLE color: 14625401.
HSL color Cylindrical-coordinate representation of color #792ADF: hue angle of 266.19º 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 #792ADF is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 42 | 223 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.13 |
| HSL | 266.19º | 0.74% | 0.52% | - |
| HSV(B) | 266.19º | 0.81% | 0.87% | - |
| XYZ | 22.03 | 11.05 | 70.78 | - |
| YUV | 86.26 | 205.17 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 42 | 223 | 0.46 | 0.81 | 0 | 0.13 | 266.19 | 0.74 | 0.52 |
| Hex | 79 | 2A | DF | 2E | 51 | 0 | D | 10A | 4A | 34 |
| Octal | 171 | 52 | 337 | 56 | 121 | 0 | 15 | 412 | 112 | 64 |
| Binary | 1111001 | 101010 | 11011111 | 101110 | 1010001 | 0 | 1101 | 100001010 | 1001010 | 110100 |
Color Harmonies of #792ADF
Complementary color
Monochromatic Colors of #792ADF
Black with #792ADF
Text Example
Text Example
White with #792ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792ADF; }
p { color: rgb(121,42,223); }
H1.HeaderClassName
{
color: #792ADF;
}
.AnyTagClassName
{
color: #792ADF;
}
</style>
background-color css
<style>
a { background-color: #792ADF; }
a { background-color: rgb(121,42,223); }
div.DivClassName
{
background-color: #792ADF;
}
.BgClassName
{
background-color: #792ADF;
}
</style>
border-color css
<style>
span { border-color: #792ADF; }
span { border-color: rgb(121,42,223); }
td.TdClassName
{
border-color: #792ADF;
}
.TagClassName
{
border-color: #792ADF;
}
</style>