Shades of Blue Violet #7911DF
Tints of Blue Violet #7911DF
RGB
CMYK
RGB Variations
Color information
#7911DF (or 0x7911DF) is known color: Blue Violet. HEX triplet: 79, 11 and DF. RGB value is (121,17,223). Sum of RGB (Red+Green+Blue) = 121+17+223=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #7911DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7911DF is #86EE20. Grayscale: #464646. Windows color (decimal): -8842785 or 14619001. OLE color: 14619001.
HSL color Cylindrical-coordinate representation of color #7911DF: hue angle of 270.29º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7911DF is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 17 | 223 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.13 |
| HSL | 270.29º | 0.86% | 0.47% | - |
| HSV(B) | 270.29º | 0.92% | 0.87% | - |
| XYZ | 21.4 | 9.79 | 70.57 | - |
| YUV | 71.58 | 213.46 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 17 | 223 | 0.46 | 0.92 | 0 | 0.13 | 270.29 | 0.86 | 0.47 |
| Hex | 79 | 11 | DF | 2E | 5C | 0 | D | 10E | 56 | 2F |
| Octal | 171 | 21 | 337 | 56 | 134 | 0 | 15 | 416 | 126 | 57 |
| Binary | 1111001 | 10001 | 11011111 | 101110 | 1011100 | 0 | 1101 | 100001110 | 1010110 | 101111 |
Color Harmonies of #7911DF
Complementary color
Monochromatic Colors of #7911DF
Black with #7911DF
Text Example
Text Example
White with #7911DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7911DF; }
p { color: rgb(121,17,223); }
H1.HeaderClassName
{
color: #7911DF;
}
.AnyTagClassName
{
color: #7911DF;
}
</style>
background-color css
<style>
a { background-color: #7911DF; }
a { background-color: rgb(121,17,223); }
div.DivClassName
{
background-color: #7911DF;
}
.BgClassName
{
background-color: #7911DF;
}
</style>
border-color css
<style>
span { border-color: #7911DF; }
span { border-color: rgb(121,17,223); }
td.TdClassName
{
border-color: #7911DF;
}
.TagClassName
{
border-color: #7911DF;
}
</style>