Shades of Blue Violet #743ADE
Tints of Blue Violet #743ADE
RGB
CMYK
RGB Variations
Color information
#743ADE (or 0x743ADE) is known color: Blue Violet. HEX triplet: 74, 3A and DE. RGB value is (116,58,222). Sum of RGB (Red+Green+Blue) = 116+58+222=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #743ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743ADE is #8BC521. Grayscale: #5D5D5D. Windows color (decimal): -9159970 or 14563956. OLE color: 14563956.
HSL color Cylindrical-coordinate representation of color #743ADE: hue angle of 261.22º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #743ADE is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 58 | 222 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.13 |
| HSL | 261.22º | 0.71% | 0.55% | - |
| HSV(B) | 261.22º | 0.74% | 0.87% | - |
| XYZ | 21.9 | 12.01 | 70.27 | - |
| YUV | 94.04 | 200.22 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 58 | 222 | 0.48 | 0.74 | 0 | 0.13 | 261.22 | 0.71 | 0.55 |
| Hex | 74 | 3A | DE | 30 | 4A | 0 | D | 105 | 47 | 37 |
| Octal | 164 | 72 | 336 | 60 | 112 | 0 | 15 | 405 | 107 | 67 |
| Binary | 1110100 | 111010 | 11011110 | 110000 | 1001010 | 0 | 1101 | 100000101 | 1000111 | 110111 |
Color Harmonies of #743ADE
Complementary color
Monochromatic Colors of #743ADE
Black with #743ADE
Text Example
Text Example
White with #743ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743ADE; }
p { color: rgb(116,58,222); }
H1.HeaderClassName
{
color: #743ADE;
}
.AnyTagClassName
{
color: #743ADE;
}
</style>
background-color css
<style>
a { background-color: #743ADE; }
a { background-color: rgb(116,58,222); }
div.DivClassName
{
background-color: #743ADE;
}
.BgClassName
{
background-color: #743ADE;
}
</style>
border-color css
<style>
span { border-color: #743ADE; }
span { border-color: rgb(116,58,222); }
td.TdClassName
{
border-color: #743ADE;
}
.TagClassName
{
border-color: #743ADE;
}
</style>