Shades of Blue Violet #743AEC
Tints of Blue Violet #743AEC
RGB
CMYK
RGB Variations
Color information
#743AEC (or 0x743AEC) is known color: Blue Violet. HEX triplet: 74, 3A and EC. RGB value is (116,58,236). Sum of RGB (Red+Green+Blue) = 116+58+236=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 58 (23.05% from 255 or 14.15% from 410); Blue value is 236 (92.58% from 255 or 57.56% from 410); Max value from RGB is 236 - color contains mainly: blue. Hex color #743AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743AEC is #8BC513. Grayscale: #5E5E5E. Windows color (decimal): -9159956 or 15481460. OLE color: 15481460.
HSL color Cylindrical-coordinate representation of color #743AEC: hue angle of 259.55º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #743AEC is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 58 | 236 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.07 |
| HSL | 259.55º | 0.82% | 0.58% | - |
| HSV(B) | 259.55º | 0.75% | 0.93% | - |
| XYZ | 23.86 | 12.8 | 80.57 | - |
| YUV | 95.63 | 207.22 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 58 | 236 | 0.51 | 0.75 | 0 | 0.07 | 259.55 | 0.82 | 0.58 |
| Hex | 74 | 3A | EC | 33 | 4B | 0 | 7 | 104 | 52 | 3A |
| Octal | 164 | 72 | 354 | 63 | 113 | 0 | 7 | 404 | 122 | 72 |
| Binary | 1110100 | 111010 | 11101100 | 110011 | 1001011 | 0 | 111 | 100000100 | 1010010 | 111010 |
Color Harmonies of #743AEC
Complementary color
Monochromatic Colors of #743AEC
Black with #743AEC
Text Example
Text Example
White with #743AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743AEC; }
p { color: rgb(116,58,236); }
H1.HeaderClassName
{
color: #743AEC;
}
.AnyTagClassName
{
color: #743AEC;
}
</style>
background-color css
<style>
a { background-color: #743AEC; }
a { background-color: rgb(116,58,236); }
div.DivClassName
{
background-color: #743AEC;
}
.BgClassName
{
background-color: #743AEC;
}
</style>
border-color css
<style>
span { border-color: #743AEC; }
span { border-color: rgb(116,58,236); }
td.TdClassName
{
border-color: #743AEC;
}
.TagClassName
{
border-color: #743AEC;
}
</style>