Shades of Blue Violet #792ADE
Tints of Blue Violet #792ADE
RGB
CMYK
RGB Variations
Color information
#792ADE (or 0x792ADE) is known color: Blue Violet. HEX triplet: 79, 2A and DE. RGB value is (121,42,222). Sum of RGB (Red+Green+Blue) = 121+42+222=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #792ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792ADE is #86D521. Grayscale: #555555. Windows color (decimal): -8836386 or 14559865. OLE color: 14559865.
HSL color Cylindrical-coordinate representation of color #792ADE: hue angle of 266.33º 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 #792ADE is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 42 | 222 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.13 |
| HSL | 266.33º | 0.73% | 0.52% | - |
| HSV(B) | 266.33º | 0.81% | 0.87% | - |
| XYZ | 21.9 | 10.99 | 70.08 | - |
| YUV | 86.14 | 204.67 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 42 | 222 | 0.45 | 0.81 | 0 | 0.13 | 266.33 | 0.73 | 0.52 |
| Hex | 79 | 2A | DE | 2D | 51 | 0 | D | 10A | 49 | 34 |
| Octal | 171 | 52 | 336 | 55 | 121 | 0 | 15 | 412 | 111 | 64 |
| Binary | 1111001 | 101010 | 11011110 | 101101 | 1010001 | 0 | 1101 | 100001010 | 1001001 | 110100 |
Color Harmonies of #792ADE
Complementary color
Monochromatic Colors of #792ADE
Black with #792ADE
Text Example
Text Example
White with #792ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792ADE; }
p { color: rgb(121,42,222); }
H1.HeaderClassName
{
color: #792ADE;
}
.AnyTagClassName
{
color: #792ADE;
}
</style>
background-color css
<style>
a { background-color: #792ADE; }
a { background-color: rgb(121,42,222); }
div.DivClassName
{
background-color: #792ADE;
}
.BgClassName
{
background-color: #792ADE;
}
</style>
border-color css
<style>
span { border-color: #792ADE; }
span { border-color: rgb(121,42,222); }
td.TdClassName
{
border-color: #792ADE;
}
.TagClassName
{
border-color: #792ADE;
}
</style>