Shades of Blue Violet #7743EC
Tints of Blue Violet #7743EC
RGB
CMYK
RGB Variations
Color information
#7743EC (or 0x7743EC) is known color: Blue Violet. HEX triplet: 77, 43 and EC. RGB value is (119,67,236). Sum of RGB (Red+Green+Blue) = 119+67+236=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 67 (26.56% from 255 or 15.88% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #7743EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7743EC is #88BC13. Grayscale: #656565. Windows color (decimal): -8961044 or 15483767. OLE color: 15483767.
HSL color Cylindrical-coordinate representation of color #7743EC: hue angle of 258.46º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7743EC is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 67 | 236 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.07 |
| HSL | 258.46º | 0.82% | 0.59% | - |
| HSV(B) | 258.46º | 0.72% | 0.93% | - |
| XYZ | 24.76 | 13.99 | 80.75 | - |
| YUV | 101.81 | 203.73 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 67 | 236 | 0.50 | 0.72 | 0 | 0.07 | 258.46 | 0.82 | 0.59 |
| Hex | 77 | 43 | EC | 32 | 48 | 0 | 7 | 102 | 52 | 3B |
| Octal | 167 | 103 | 354 | 62 | 110 | 0 | 7 | 402 | 122 | 73 |
| Binary | 1110111 | 1000011 | 11101100 | 110010 | 1001000 | 0 | 111 | 100000010 | 1010010 | 111011 |
Color Harmonies of #7743EC
Complementary color
Monochromatic Colors of #7743EC
Black with #7743EC
Text Example
Text Example
White with #7743EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7743EC; }
p { color: rgb(119,67,236); }
H1.HeaderClassName
{
color: #7743EC;
}
.AnyTagClassName
{
color: #7743EC;
}
</style>
background-color css
<style>
a { background-color: #7743EC; }
a { background-color: rgb(119,67,236); }
div.DivClassName
{
background-color: #7743EC;
}
.BgClassName
{
background-color: #7743EC;
}
</style>
border-color css
<style>
span { border-color: #7743EC; }
span { border-color: rgb(119,67,236); }
td.TdClassName
{
border-color: #7743EC;
}
.TagClassName
{
border-color: #7743EC;
}
</style>