Shades of Blue Violet #792CDE
Tints of Blue Violet #792CDE
RGB
CMYK
RGB Variations
Color information
#792CDE (or 0x792CDE) is known color: Blue Violet. HEX triplet: 79, 2C and DE. RGB value is (121,44,222). Sum of RGB (Red+Green+Blue) = 121+44+222=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 222 (87.11% from 255 or 57.36% from 387); Max value from RGB is 222 - color contains mainly: blue. Hex color #792CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792CDE is #86D321. Grayscale: #565656. Windows color (decimal): -8835874 or 14560377. OLE color: 14560377.
HSL color Cylindrical-coordinate representation of color #792CDE: hue angle of 265.96º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #792CDE is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 44 | 222 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.13 |
| HSL | 265.96º | 0.73% | 0.52% | - |
| HSV(B) | 265.96º | 0.8% | 0.87% | - |
| XYZ | 21.97 | 11.14 | 70.1 | - |
| YUV | 87.32 | 204.01 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 44 | 222 | 0.45 | 0.80 | 0 | 0.13 | 265.96 | 0.73 | 0.52 |
| Hex | 79 | 2C | DE | 2D | 50 | 0 | D | 10A | 49 | 34 |
| Octal | 171 | 54 | 336 | 55 | 120 | 0 | 15 | 412 | 111 | 64 |
| Binary | 1111001 | 101100 | 11011110 | 101101 | 1010000 | 0 | 1101 | 100001010 | 1001001 | 110100 |
Color Harmonies of #792CDE
Complementary color
Monochromatic Colors of #792CDE
Black with #792CDE
Text Example
Text Example
White with #792CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792CDE; }
p { color: rgb(121,44,222); }
H1.HeaderClassName
{
color: #792CDE;
}
.AnyTagClassName
{
color: #792CDE;
}
</style>
background-color css
<style>
a { background-color: #792CDE; }
a { background-color: rgb(121,44,222); }
div.DivClassName
{
background-color: #792CDE;
}
.BgClassName
{
background-color: #792CDE;
}
</style>
border-color css
<style>
span { border-color: #792CDE; }
span { border-color: rgb(121,44,222); }
td.TdClassName
{
border-color: #792CDE;
}
.TagClassName
{
border-color: #792CDE;
}
</style>