Shades of Blue Violet #7929DF
Tints of Blue Violet #7929DF
RGB
CMYK
RGB Variations
Color information
#7929DF (or 0x7929DF) is known color: Blue Violet. HEX triplet: 79, 29 and DF. RGB value is (121,41,223). Sum of RGB (Red+Green+Blue) = 121+41+223=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #7929DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7929DF is #86D620. Grayscale: #555555. Windows color (decimal): -8836641 or 14625145. OLE color: 14625145.
HSL color Cylindrical-coordinate representation of color #7929DF: hue angle of 266.37º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7929DF is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 41 | 223 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.13 |
| HSL | 266.37º | 0.74% | 0.52% | - |
| HSV(B) | 266.37º | 0.82% | 0.87% | - |
| XYZ | 22 | 10.98 | 70.77 | - |
| YUV | 85.67 | 205.5 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 41 | 223 | 0.46 | 0.82 | 0 | 0.13 | 266.37 | 0.74 | 0.52 |
| Hex | 79 | 29 | DF | 2E | 52 | 0 | D | 10A | 4A | 34 |
| Octal | 171 | 51 | 337 | 56 | 122 | 0 | 15 | 412 | 112 | 64 |
| Binary | 1111001 | 101001 | 11011111 | 101110 | 1010010 | 0 | 1101 | 100001010 | 1001010 | 110100 |
Color Harmonies of #7929DF
Complementary color
Monochromatic Colors of #7929DF
Black with #7929DF
Text Example
Text Example
White with #7929DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7929DF; }
p { color: rgb(121,41,223); }
H1.HeaderClassName
{
color: #7929DF;
}
.AnyTagClassName
{
color: #7929DF;
}
</style>
background-color css
<style>
a { background-color: #7929DF; }
a { background-color: rgb(121,41,223); }
div.DivClassName
{
background-color: #7929DF;
}
.BgClassName
{
background-color: #7929DF;
}
</style>
border-color css
<style>
span { border-color: #7929DF; }
span { border-color: rgb(121,41,223); }
td.TdClassName
{
border-color: #7929DF;
}
.TagClassName
{
border-color: #7929DF;
}
</style>