Shades of Blue Violet #743BED
Tints of Blue Violet #743BED
RGB
CMYK
RGB Variations
Color information
#743BED (or 0x743BED) is known color: Blue Violet. HEX triplet: 74, 3B and ED. RGB value is (116,59,237). Sum of RGB (Red+Green+Blue) = 116+59+237=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 237 (92.97% from 255 or 57.52% from 412); Max value from RGB is 237 - color contains mainly: blue. Hex color #743BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743BED is #8BC412. Grayscale: #5F5F5F. Windows color (decimal): -9159699 or 15547252. OLE color: 15547252.
HSL color Cylindrical-coordinate representation of color #743BED: hue angle of 259.21º degrees, saturation: 0.83, 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 #743BED is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 59 | 237 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.07 |
| HSL | 259.21º | 0.83% | 0.58% | - |
| HSV(B) | 259.21º | 0.75% | 0.93% | - |
| XYZ | 24.05 | 12.96 | 81.35 | - |
| YUV | 96.34 | 207.38 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 59 | 237 | 0.51 | 0.75 | 0 | 0.07 | 259.21 | 0.83 | 0.58 |
| Hex | 74 | 3B | ED | 33 | 4B | 0 | 7 | 103 | 53 | 3A |
| Octal | 164 | 73 | 355 | 63 | 113 | 0 | 7 | 403 | 123 | 72 |
| Binary | 1110100 | 111011 | 11101101 | 110011 | 1001011 | 0 | 111 | 100000011 | 1010011 | 111010 |
Color Harmonies of #743BED
Complementary color
Monochromatic Colors of #743BED
Black with #743BED
Text Example
Text Example
White with #743BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743BED; }
p { color: rgb(116,59,237); }
H1.HeaderClassName
{
color: #743BED;
}
.AnyTagClassName
{
color: #743BED;
}
</style>
background-color css
<style>
a { background-color: #743BED; }
a { background-color: rgb(116,59,237); }
div.DivClassName
{
background-color: #743BED;
}
.BgClassName
{
background-color: #743BED;
}
</style>
border-color css
<style>
span { border-color: #743BED; }
span { border-color: rgb(116,59,237); }
td.TdClassName
{
border-color: #743BED;
}
.TagClassName
{
border-color: #743BED;
}
</style>