Shades of Blue Violet #7921CF
Tints of Blue Violet #7921CF
RGB
CMYK
RGB Variations
Color information
#7921CF (or 0x7921CF) is known color: Blue Violet. HEX triplet: 79, 21 and CF. RGB value is (121,33,207). Sum of RGB (Red+Green+Blue) = 121+33+207=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #7921CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7921CF is #86DE30. Grayscale: #4E4E4E. Windows color (decimal): -8838705 or 13574521. OLE color: 13574521.
HSL color Cylindrical-coordinate representation of color #7921CF: hue angle of 270.34º degrees, saturation: 0.73, 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 #7921CF is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 33 | 207 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.19 |
| HSL | 270.34º | 0.73% | 0.47% | - |
| HSV(B) | 270.34º | 0.84% | 0.81% | - |
| XYZ | 19.69 | 9.66 | 59.86 | - |
| YUV | 79.15 | 200.15 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 33 | 207 | 0.42 | 0.84 | 0 | 0.19 | 270.34 | 0.73 | 0.47 |
| Hex | 79 | 21 | CF | 2A | 54 | 0 | 13 | 10E | 48 | 2F |
| Octal | 171 | 41 | 317 | 52 | 124 | 0 | 23 | 416 | 110 | 57 |
| Binary | 1111001 | 100001 | 11001111 | 101010 | 1010100 | 0 | 10011 | 100001110 | 1001000 | 101111 |
Color Harmonies of #7921CF
Complementary color
Monochromatic Colors of #7921CF
Black with #7921CF
Text Example
Text Example
White with #7921CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7921CF; }
p { color: rgb(121,33,207); }
H1.HeaderClassName
{
color: #7921CF;
}
.AnyTagClassName
{
color: #7921CF;
}
</style>
background-color css
<style>
a { background-color: #7921CF; }
a { background-color: rgb(121,33,207); }
div.DivClassName
{
background-color: #7921CF;
}
.BgClassName
{
background-color: #7921CF;
}
</style>
border-color css
<style>
span { border-color: #7921CF; }
span { border-color: rgb(121,33,207); }
td.TdClassName
{
border-color: #7921CF;
}
.TagClassName
{
border-color: #7921CF;
}
</style>