Shades of Blue Violet #761CDB
Tints of Blue Violet #761CDB
RGB
CMYK
RGB Variations
Color information
#761CDB (or 0x761CDB) is known color: Blue Violet. HEX triplet: 76, 1C and DB. RGB value is (118,28,219). Sum of RGB (Red+Green+Blue) = 118+28+219=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #761CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761CDB is #89E324. Grayscale: #4C4C4C. Windows color (decimal): -9036581 or 14359670. OLE color: 14359670.
HSL color Cylindrical-coordinate representation of color #761CDB: hue angle of 268.27º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #761CDB is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 28 | 219 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.14 |
| HSL | 268.27º | 0.77% | 0.48% | - |
| HSV(B) | 268.27º | 0.87% | 0.86% | - |
| XYZ | 20.67 | 9.8 | 67.82 | - |
| YUV | 76.68 | 208.32 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 219 | 0.46 | 0.87 | 0 | 0.14 | 268.27 | 0.77 | 0.48 |
| Hex | 76 | 1C | DB | 2E | 57 | 0 | E | 10C | 4D | 30 |
| Octal | 166 | 34 | 333 | 56 | 127 | 0 | 16 | 414 | 115 | 60 |
| Binary | 1110110 | 11100 | 11011011 | 101110 | 1010111 | 0 | 1110 | 100001100 | 1001101 | 110000 |
Color Harmonies of #761CDB
Complementary color
Monochromatic Colors of #761CDB
Black with #761CDB
Text Example
Text Example
White with #761CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761CDB; }
p { color: rgb(118,28,219); }
H1.HeaderClassName
{
color: #761CDB;
}
.AnyTagClassName
{
color: #761CDB;
}
</style>
background-color css
<style>
a { background-color: #761CDB; }
a { background-color: rgb(118,28,219); }
div.DivClassName
{
background-color: #761CDB;
}
.BgClassName
{
background-color: #761CDB;
}
</style>
border-color css
<style>
span { border-color: #761CDB; }
span { border-color: rgb(118,28,219); }
td.TdClassName
{
border-color: #761CDB;
}
.TagClassName
{
border-color: #761CDB;
}
</style>