Shades of Blue Violet #743AD9
Tints of Blue Violet #743AD9
RGB
CMYK
RGB Variations
Color information
#743AD9 (or 0x743AD9) is known color: Blue Violet. HEX triplet: 74, 3A and D9. RGB value is (116,58,217). Sum of RGB (Red+Green+Blue) = 116+58+217=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 58 (23.05% from 255 or 14.83% from 391); Blue value is 217 (85.16% from 255 or 55.50% from 391); Max value from RGB is 217 - color contains mainly: blue. Hex color #743AD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743AD9 is #8BC526. Grayscale: #5C5C5C. Windows color (decimal): -9159975 or 14236276. OLE color: 14236276.
HSL color Cylindrical-coordinate representation of color #743AD9: hue angle of 261.89º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #743AD9 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 58 | 217 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.15 |
| HSL | 261.89º | 0.68% | 0.54% | - |
| HSV(B) | 261.89º | 0.73% | 0.85% | - |
| XYZ | 21.24 | 11.75 | 66.79 | - |
| YUV | 93.47 | 197.72 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 58 | 217 | 0.47 | 0.73 | 0 | 0.15 | 261.89 | 0.68 | 0.54 |
| Hex | 74 | 3A | D9 | 2F | 49 | 0 | F | 106 | 44 | 36 |
| Octal | 164 | 72 | 331 | 57 | 111 | 0 | 17 | 406 | 104 | 66 |
| Binary | 1110100 | 111010 | 11011001 | 101111 | 1001001 | 0 | 1111 | 100000110 | 1000100 | 110110 |
Color Harmonies of #743AD9
Complementary color
Monochromatic Colors of #743AD9
Black with #743AD9
Text Example
Text Example
White with #743AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743AD9; }
p { color: rgb(116,58,217); }
H1.HeaderClassName
{
color: #743AD9;
}
.AnyTagClassName
{
color: #743AD9;
}
</style>
background-color css
<style>
a { background-color: #743AD9; }
a { background-color: rgb(116,58,217); }
div.DivClassName
{
background-color: #743AD9;
}
.BgClassName
{
background-color: #743AD9;
}
</style>
border-color css
<style>
span { border-color: #743AD9; }
span { border-color: rgb(116,58,217); }
td.TdClassName
{
border-color: #743AD9;
}
.TagClassName
{
border-color: #743AD9;
}
</style>