Shades of Blue Violet #743BDB
Tints of Blue Violet #743BDB
RGB
CMYK
RGB Variations
Color information
#743BDB (or 0x743BDB) is known color: Blue Violet. HEX triplet: 74, 3B and DB. RGB value is (116,59,219). Sum of RGB (Red+Green+Blue) = 116+59+219=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #743BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743BDB is #8BC424. Grayscale: #5D5D5D. Windows color (decimal): -9159717 or 14367604. OLE color: 14367604.
HSL color Cylindrical-coordinate representation of color #743BDB: hue angle of 261.38º 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 #743BDB is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 59 | 219 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.14 |
| HSL | 261.38º | 0.69% | 0.55% | - |
| HSV(B) | 261.38º | 0.73% | 0.86% | - |
| XYZ | 21.55 | 11.96 | 68.19 | - |
| YUV | 94.28 | 198.38 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 59 | 219 | 0.47 | 0.73 | 0 | 0.14 | 261.38 | 0.69 | 0.55 |
| Hex | 74 | 3B | DB | 2F | 49 | 0 | E | 105 | 45 | 37 |
| Octal | 164 | 73 | 333 | 57 | 111 | 0 | 16 | 405 | 105 | 67 |
| Binary | 1110100 | 111011 | 11011011 | 101111 | 1001001 | 0 | 1110 | 100000101 | 1000101 | 110111 |
Color Harmonies of #743BDB
Complementary color
Monochromatic Colors of #743BDB
Black with #743BDB
Text Example
Text Example
White with #743BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743BDB; }
p { color: rgb(116,59,219); }
H1.HeaderClassName
{
color: #743BDB;
}
.AnyTagClassName
{
color: #743BDB;
}
</style>
background-color css
<style>
a { background-color: #743BDB; }
a { background-color: rgb(116,59,219); }
div.DivClassName
{
background-color: #743BDB;
}
.BgClassName
{
background-color: #743BDB;
}
</style>
border-color css
<style>
span { border-color: #743BDB; }
span { border-color: rgb(116,59,219); }
td.TdClassName
{
border-color: #743BDB;
}
.TagClassName
{
border-color: #743BDB;
}
</style>