Shades of Blue Violet #7811DF
Tints of Blue Violet #7811DF
RGB
CMYK
RGB Variations
Color information
#7811DF (or 0x7811DF) is known color: Blue Violet. HEX triplet: 78, 11 and DF. RGB value is (120,17,223). Sum of RGB (Red+Green+Blue) = 120+17+223=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #7811DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7811DF is #87EE20. Grayscale: #464646. Windows color (decimal): -8908321 or 14619000. OLE color: 14619000.
HSL color Cylindrical-coordinate representation of color #7811DF: hue angle of 270º 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 #7811DF is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 17 | 223 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.13 |
| HSL | 270º | 0.86% | 0.47% | - |
| HSV(B) | 270º | 0.92% | 0.87% | - |
| XYZ | 21.27 | 9.72 | 70.57 | - |
| YUV | 71.28 | 213.62 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 17 | 223 | 0.46 | 0.92 | 0 | 0.13 | 270 | 0.86 | 0.47 |
| Hex | 78 | 11 | DF | 2E | 5C | 0 | D | 10E | 56 | 2F |
| Octal | 170 | 21 | 337 | 56 | 134 | 0 | 15 | 416 | 126 | 57 |
| Binary | 1111000 | 10001 | 11011111 | 101110 | 1011100 | 0 | 1101 | 100001110 | 1010110 | 101111 |
Color Harmonies of #7811DF
Complementary color
Monochromatic Colors of #7811DF
Black with #7811DF
Text Example
Text Example
White with #7811DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7811DF; }
p { color: rgb(120,17,223); }
H1.HeaderClassName
{
color: #7811DF;
}
.AnyTagClassName
{
color: #7811DF;
}
</style>
background-color css
<style>
a { background-color: #7811DF; }
a { background-color: rgb(120,17,223); }
div.DivClassName
{
background-color: #7811DF;
}
.BgClassName
{
background-color: #7811DF;
}
</style>
border-color css
<style>
span { border-color: #7811DF; }
span { border-color: rgb(120,17,223); }
td.TdClassName
{
border-color: #7811DF;
}
.TagClassName
{
border-color: #7811DF;
}
</style>