Shades of Blue Violet #7922CF
Tints of Blue Violet #7922CF
RGB
CMYK
RGB Variations
Color information
#7922CF (or 0x7922CF) is known color: Blue Violet. HEX triplet: 79, 22 and CF. RGB value is (121,34,207). Sum of RGB (Red+Green+Blue) = 121+34+207=362 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.43% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #7922CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7922CF is #86DD30. Grayscale: #4F4F4F. Windows color (decimal): -8838449 or 13574777. OLE color: 13574777.
HSL color Cylindrical-coordinate representation of color #7922CF: hue angle of 270.17º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7922CF is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 34 | 207 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.19 |
| HSL | 270.17º | 0.72% | 0.47% | - |
| HSV(B) | 270.17º | 0.84% | 0.81% | - |
| XYZ | 19.72 | 9.71 | 59.87 | - |
| YUV | 79.74 | 199.82 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 34 | 207 | 0.42 | 0.84 | 0 | 0.19 | 270.17 | 0.72 | 0.47 |
| Hex | 79 | 22 | CF | 2A | 54 | 0 | 13 | 10E | 48 | 2F |
| Octal | 171 | 42 | 317 | 52 | 124 | 0 | 23 | 416 | 110 | 57 |
| Binary | 1111001 | 100010 | 11001111 | 101010 | 1010100 | 0 | 10011 | 100001110 | 1001000 | 101111 |
Color Harmonies of #7922CF
Complementary color
Monochromatic Colors of #7922CF
Black with #7922CF
Text Example
Text Example
White with #7922CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7922CF; }
p { color: rgb(121,34,207); }
H1.HeaderClassName
{
color: #7922CF;
}
.AnyTagClassName
{
color: #7922CF;
}
</style>
background-color css
<style>
a { background-color: #7922CF; }
a { background-color: rgb(121,34,207); }
div.DivClassName
{
background-color: #7922CF;
}
.BgClassName
{
background-color: #7922CF;
}
</style>
border-color css
<style>
span { border-color: #7922CF; }
span { border-color: rgb(121,34,207); }
td.TdClassName
{
border-color: #7922CF;
}
.TagClassName
{
border-color: #7922CF;
}
</style>