Shades of Blue Violet #7611DB
Tints of Blue Violet #7611DB
RGB
CMYK
RGB Variations
Color information
#7611DB (or 0x7611DB) is known color: Blue Violet. HEX triplet: 76, 11 and DB. RGB value is (118,17,219). Sum of RGB (Red+Green+Blue) = 118+17+219=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #7611DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7611DB is #89EE24. Grayscale: #454545. Windows color (decimal): -9039397 or 14356854. OLE color: 14356854.
HSL color Cylindrical-coordinate representation of color #7611DB: hue angle of 270º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7611DB is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 17 | 219 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.14 |
| HSL | 270º | 0.86% | 0.46% | - |
| HSV(B) | 270º | 0.92% | 0.86% | - |
| XYZ | 20.46 | 9.37 | 67.75 | - |
| YUV | 70.23 | 211.96 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 17 | 219 | 0.46 | 0.92 | 0 | 0.14 | 270 | 0.86 | 0.46 |
| Hex | 76 | 11 | DB | 2E | 5C | 0 | E | 10E | 56 | 2E |
| Octal | 166 | 21 | 333 | 56 | 134 | 0 | 16 | 416 | 126 | 56 |
| Binary | 1110110 | 10001 | 11011011 | 101110 | 1011100 | 0 | 1110 | 100001110 | 1010110 | 101110 |
Color Harmonies of #7611DB
Complementary color
Monochromatic Colors of #7611DB
Black with #7611DB
Text Example
Text Example
White with #7611DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7611DB; }
p { color: rgb(118,17,219); }
H1.HeaderClassName
{
color: #7611DB;
}
.AnyTagClassName
{
color: #7611DB;
}
</style>
background-color css
<style>
a { background-color: #7611DB; }
a { background-color: rgb(118,17,219); }
div.DivClassName
{
background-color: #7611DB;
}
.BgClassName
{
background-color: #7611DB;
}
</style>
border-color css
<style>
span { border-color: #7611DB; }
span { border-color: rgb(118,17,219); }
td.TdClassName
{
border-color: #7611DB;
}
.TagClassName
{
border-color: #7611DB;
}
</style>