Shades of Blue Violet #763BDB
Tints of Blue Violet #763BDB
RGB
CMYK
RGB Variations
Color information
#763BDB (or 0x763BDB) is known color: Blue Violet. HEX triplet: 76, 3B and DB. RGB value is (118,59,219). Sum of RGB (Red+Green+Blue) = 118+59+219=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #763BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763BDB is #89C424. Grayscale: #5E5E5E. Windows color (decimal): -9028645 or 14367606. OLE color: 14367606.
HSL color Cylindrical-coordinate representation of color #763BDB: hue angle of 262.12º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #763BDB is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 59 | 219 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.14 |
| HSL | 262.13º | 0.69% | 0.55% | - |
| HSV(B) | 262.13º | 0.73% | 0.86% | - |
| XYZ | 21.82 | 12.09 | 68.2 | - |
| YUV | 94.88 | 198.05 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 59 | 219 | 0.46 | 0.73 | 0 | 0.14 | 262.13 | 0.69 | 0.55 |
| Hex | 76 | 3B | DB | 2E | 49 | 0 | E | 106 | 45 | 37 |
| Octal | 166 | 73 | 333 | 56 | 111 | 0 | 16 | 406 | 105 | 67 |
| Binary | 1110110 | 111011 | 11011011 | 101110 | 1001001 | 0 | 1110 | 100000110 | 1000101 | 110111 |
Color Harmonies of #763BDB
Complementary color
Monochromatic Colors of #763BDB
Black with #763BDB
Text Example
Text Example
White with #763BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763BDB; }
p { color: rgb(118,59,219); }
H1.HeaderClassName
{
color: #763BDB;
}
.AnyTagClassName
{
color: #763BDB;
}
</style>
background-color css
<style>
a { background-color: #763BDB; }
a { background-color: rgb(118,59,219); }
div.DivClassName
{
background-color: #763BDB;
}
.BgClassName
{
background-color: #763BDB;
}
</style>
border-color css
<style>
span { border-color: #763BDB; }
span { border-color: rgb(118,59,219); }
td.TdClassName
{
border-color: #763BDB;
}
.TagClassName
{
border-color: #763BDB;
}
</style>