Shades of Blue Violet #7922CE
Tints of Blue Violet #7922CE
RGB
CMYK
RGB Variations
Color information
#7922CE (or 0x7922CE) is known color: Blue Violet. HEX triplet: 79, 22 and CE. RGB value is (121,34,206). Sum of RGB (Red+Green+Blue) = 121+34+206=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #7922CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7922CE is #86DD31. Grayscale: #4F4F4F. Windows color (decimal): -8838450 or 13509241. OLE color: 13509241.
HSL color Cylindrical-coordinate representation of color #7922CE: hue angle of 270.35º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7922CE is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 34 | 206 | - |
| CMYK | 0.41 | 0.83 | 0 | 0.19 |
| HSL | 270.35º | 0.72% | 0.47% | - |
| HSV(B) | 270.35º | 0.83% | 0.81% | - |
| XYZ | 19.6 | 9.67 | 59.23 | - |
| YUV | 79.62 | 199.32 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 34 | 206 | 0.41 | 0.83 | 0 | 0.19 | 270.35 | 0.72 | 0.47 |
| Hex | 79 | 22 | CE | 29 | 53 | 0 | 13 | 10E | 48 | 2F |
| Octal | 171 | 42 | 316 | 51 | 123 | 0 | 23 | 416 | 110 | 57 |
| Binary | 1111001 | 100010 | 11001110 | 101001 | 1010011 | 0 | 10011 | 100001110 | 1001000 | 101111 |
Color Harmonies of #7922CE
Complementary color
Monochromatic Colors of #7922CE
Black with #7922CE
Text Example
Text Example
White with #7922CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7922CE; }
p { color: rgb(121,34,206); }
H1.HeaderClassName
{
color: #7922CE;
}
.AnyTagClassName
{
color: #7922CE;
}
</style>
background-color css
<style>
a { background-color: #7922CE; }
a { background-color: rgb(121,34,206); }
div.DivClassName
{
background-color: #7922CE;
}
.BgClassName
{
background-color: #7922CE;
}
</style>
border-color css
<style>
span { border-color: #7922CE; }
span { border-color: rgb(121,34,206); }
td.TdClassName
{
border-color: #7922CE;
}
.TagClassName
{
border-color: #7922CE;
}
</style>