Shades of Blue Violet #761BDB
Tints of Blue Violet #761BDB
RGB
CMYK
RGB Variations
Color information
#761BDB (or 0x761BDB) is known color: Blue Violet. HEX triplet: 76, 1B and DB. RGB value is (118,27,219). Sum of RGB (Red+Green+Blue) = 118+27+219=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #761BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761BDB is #89E424. Grayscale: #4B4B4B. Windows color (decimal): -9036837 or 14359414. OLE color: 14359414.
HSL color Cylindrical-coordinate representation of color #761BDB: hue angle of 268.44º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #761BDB is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 27 | 219 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.14 |
| HSL | 268.44º | 0.78% | 0.48% | - |
| HSV(B) | 268.44º | 0.88% | 0.86% | - |
| XYZ | 20.65 | 9.75 | 67.81 | - |
| YUV | 76.1 | 208.65 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 27 | 219 | 0.46 | 0.88 | 0 | 0.14 | 268.44 | 0.78 | 0.48 |
| Hex | 76 | 1B | DB | 2E | 58 | 0 | E | 10C | 4E | 30 |
| Octal | 166 | 33 | 333 | 56 | 130 | 0 | 16 | 414 | 116 | 60 |
| Binary | 1110110 | 11011 | 11011011 | 101110 | 1011000 | 0 | 1110 | 100001100 | 1001110 | 110000 |
Color Harmonies of #761BDB
Complementary color
Monochromatic Colors of #761BDB
Black with #761BDB
Text Example
Text Example
White with #761BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761BDB; }
p { color: rgb(118,27,219); }
H1.HeaderClassName
{
color: #761BDB;
}
.AnyTagClassName
{
color: #761BDB;
}
</style>
background-color css
<style>
a { background-color: #761BDB; }
a { background-color: rgb(118,27,219); }
div.DivClassName
{
background-color: #761BDB;
}
.BgClassName
{
background-color: #761BDB;
}
</style>
border-color css
<style>
span { border-color: #761BDB; }
span { border-color: rgb(118,27,219); }
td.TdClassName
{
border-color: #761BDB;
}
.TagClassName
{
border-color: #761BDB;
}
</style>