Shades of Blue Violet #761DDB
Tints of Blue Violet #761DDB
RGB
CMYK
RGB Variations
Color information
#761DDB (or 0x761DDB) is known color: Blue Violet. HEX triplet: 76, 1D and DB. RGB value is (118,29,219). Sum of RGB (Red+Green+Blue) = 118+29+219=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #761DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761DDB is #89E224. Grayscale: #4C4C4C. Windows color (decimal): -9036325 or 14359926. OLE color: 14359926.
HSL color Cylindrical-coordinate representation of color #761DDB: hue angle of 268.11º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #761DDB is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 29 | 219 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.14 |
| HSL | 268.11º | 0.77% | 0.49% | - |
| HSV(B) | 268.11º | 0.87% | 0.86% | - |
| XYZ | 20.7 | 9.84 | 67.83 | - |
| YUV | 77.27 | 207.99 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 29 | 219 | 0.46 | 0.87 | 0 | 0.14 | 268.11 | 0.77 | 0.49 |
| Hex | 76 | 1D | DB | 2E | 57 | 0 | E | 10C | 4D | 31 |
| Octal | 166 | 35 | 333 | 56 | 127 | 0 | 16 | 414 | 115 | 61 |
| Binary | 1110110 | 11101 | 11011011 | 101110 | 1010111 | 0 | 1110 | 100001100 | 1001101 | 110001 |
Color Harmonies of #761DDB
Complementary color
Monochromatic Colors of #761DDB
Black with #761DDB
Text Example
Text Example
White with #761DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761DDB; }
p { color: rgb(118,29,219); }
H1.HeaderClassName
{
color: #761DDB;
}
.AnyTagClassName
{
color: #761DDB;
}
</style>
background-color css
<style>
a { background-color: #761DDB; }
a { background-color: rgb(118,29,219); }
div.DivClassName
{
background-color: #761DDB;
}
.BgClassName
{
background-color: #761DDB;
}
</style>
border-color css
<style>
span { border-color: #761DDB; }
span { border-color: rgb(118,29,219); }
td.TdClassName
{
border-color: #761DDB;
}
.TagClassName
{
border-color: #761DDB;
}
</style>