Shades of Blue Violet #743CEB
Tints of Blue Violet #743CEB
RGB
CMYK
RGB Variations
Color information
#743CEB (or 0x743CEB) is known color: Blue Violet. HEX triplet: 74, 3C and EB. RGB value is (116,60,235). Sum of RGB (Red+Green+Blue) = 116+60+235=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #743CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743CEB is #8BC314. Grayscale: #606060. Windows color (decimal): -9159445 or 15416436. OLE color: 15416436.
HSL color Cylindrical-coordinate representation of color #743CEB: hue angle of 259.2º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #743CEB is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 60 | 235 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.08 |
| HSL | 259.2º | 0.81% | 0.58% | - |
| HSV(B) | 259.2º | 0.74% | 0.92% | - |
| XYZ | 23.81 | 12.94 | 79.84 | - |
| YUV | 96.69 | 206.05 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 60 | 235 | 0.51 | 0.74 | 0 | 0.08 | 259.2 | 0.81 | 0.58 |
| Hex | 74 | 3C | EB | 33 | 4A | 0 | 8 | 103 | 51 | 3A |
| Octal | 164 | 74 | 353 | 63 | 112 | 0 | 10 | 403 | 121 | 72 |
| Binary | 1110100 | 111100 | 11101011 | 110011 | 1001010 | 0 | 1000 | 100000011 | 1010001 | 111010 |
Color Harmonies of #743CEB
Complementary color
Monochromatic Colors of #743CEB
Black with #743CEB
Text Example
Text Example
White with #743CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743CEB; }
p { color: rgb(116,60,235); }
H1.HeaderClassName
{
color: #743CEB;
}
.AnyTagClassName
{
color: #743CEB;
}
</style>
background-color css
<style>
a { background-color: #743CEB; }
a { background-color: rgb(116,60,235); }
div.DivClassName
{
background-color: #743CEB;
}
.BgClassName
{
background-color: #743CEB;
}
</style>
border-color css
<style>
span { border-color: #743CEB; }
span { border-color: rgb(116,60,235); }
td.TdClassName
{
border-color: #743CEB;
}
.TagClassName
{
border-color: #743CEB;
}
</style>