Shades of Blue Violet #743CDB
Tints of Blue Violet #743CDB
RGB
CMYK
RGB Variations
Color information
#743CDB (or 0x743CDB) is known color: Blue Violet. HEX triplet: 74, 3C and DB. RGB value is (116,60,219). Sum of RGB (Red+Green+Blue) = 116+60+219=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #743CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743CDB is #8BC324. Grayscale: #5E5E5E. Windows color (decimal): -9159461 or 14367860. OLE color: 14367860.
HSL color Cylindrical-coordinate representation of color #743CDB: hue angle of 261.13º 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 #743CDB is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 60 | 219 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.14 |
| HSL | 261.13º | 0.69% | 0.55% | - |
| HSV(B) | 261.13º | 0.73% | 0.86% | - |
| XYZ | 21.6 | 12.06 | 68.21 | - |
| YUV | 94.87 | 198.05 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 60 | 219 | 0.47 | 0.73 | 0 | 0.14 | 261.13 | 0.69 | 0.55 |
| Hex | 74 | 3C | DB | 2F | 49 | 0 | E | 105 | 45 | 37 |
| Octal | 164 | 74 | 333 | 57 | 111 | 0 | 16 | 405 | 105 | 67 |
| Binary | 1110100 | 111100 | 11011011 | 101111 | 1001001 | 0 | 1110 | 100000101 | 1000101 | 110111 |
Color Harmonies of #743CDB
Complementary color
Monochromatic Colors of #743CDB
Black with #743CDB
Text Example
Text Example
White with #743CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743CDB; }
p { color: rgb(116,60,219); }
H1.HeaderClassName
{
color: #743CDB;
}
.AnyTagClassName
{
color: #743CDB;
}
</style>
background-color css
<style>
a { background-color: #743CDB; }
a { background-color: rgb(116,60,219); }
div.DivClassName
{
background-color: #743CDB;
}
.BgClassName
{
background-color: #743CDB;
}
</style>
border-color css
<style>
span { border-color: #743CDB; }
span { border-color: rgb(116,60,219); }
td.TdClassName
{
border-color: #743CDB;
}
.TagClassName
{
border-color: #743CDB;
}
</style>