Shades of Blue Violet #761EDB
Tints of Blue Violet #761EDB
RGB
CMYK
RGB Variations
Color information
#761EDB (or 0x761EDB) is known color: Blue Violet. HEX triplet: 76, 1E and DB. RGB value is (118,30,219). Sum of RGB (Red+Green+Blue) = 118+30+219=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #761EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761EDB is #89E124. Grayscale: #4D4D4D. Windows color (decimal): -9036069 or 14360182. OLE color: 14360182.
HSL color Cylindrical-coordinate representation of color #761EDB: hue angle of 267.94º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761EDB is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 30 | 219 | - |
| CMYK | 0.46 | 0.86 | 0 | 0.14 |
| HSL | 267.94º | 0.76% | 0.49% | - |
| HSV(B) | 267.94º | 0.86% | 0.86% | - |
| XYZ | 20.72 | 9.89 | 67.84 | - |
| YUV | 77.86 | 207.65 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 219 | 0.46 | 0.86 | 0 | 0.14 | 267.94 | 0.76 | 0.49 |
| Hex | 76 | 1E | DB | 2E | 56 | 0 | E | 10C | 4C | 31 |
| Octal | 166 | 36 | 333 | 56 | 126 | 0 | 16 | 414 | 114 | 61 |
| Binary | 1110110 | 11110 | 11011011 | 101110 | 1010110 | 0 | 1110 | 100001100 | 1001100 | 110001 |
Color Harmonies of #761EDB
Complementary color
Monochromatic Colors of #761EDB
Black with #761EDB
Text Example
Text Example
White with #761EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761EDB; }
p { color: rgb(118,30,219); }
H1.HeaderClassName
{
color: #761EDB;
}
.AnyTagClassName
{
color: #761EDB;
}
</style>
background-color css
<style>
a { background-color: #761EDB; }
a { background-color: rgb(118,30,219); }
div.DivClassName
{
background-color: #761EDB;
}
.BgClassName
{
background-color: #761EDB;
}
</style>
border-color css
<style>
span { border-color: #761EDB; }
span { border-color: rgb(118,30,219); }
td.TdClassName
{
border-color: #761EDB;
}
.TagClassName
{
border-color: #761EDB;
}
</style>