Shades of Blue Violet #741AEC
Tints of Blue Violet #741AEC
RGB
CMYK
RGB Variations
Color information
#741AEC (or 0x741AEC) is known color: Blue Violet. HEX triplet: 74, 1A and EC. RGB value is (116,26,236). Sum of RGB (Red+Green+Blue) = 116+26+236=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #741AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741AEC is #8BE513. Grayscale: #4C4C4C. Windows color (decimal): -9168148 or 15473268. OLE color: 15473268.
HSL color Cylindrical-coordinate representation of color #741AEC: hue angle of 265.71º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #741AEC is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 26 | 236 | - |
| CMYK | 0.51 | 0.89 | 0 | 0.07 |
| HSL | 265.71º | 0.85% | 0.51% | - |
| HSV(B) | 265.71º | 0.89% | 0.93% | - |
| XYZ | 22.71 | 10.51 | 80.19 | - |
| YUV | 76.85 | 217.82 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 26 | 236 | 0.51 | 0.89 | 0 | 0.07 | 265.71 | 0.85 | 0.51 |
| Hex | 74 | 1A | EC | 33 | 59 | 0 | 7 | 10A | 55 | 33 |
| Octal | 164 | 32 | 354 | 63 | 131 | 0 | 7 | 412 | 125 | 63 |
| Binary | 1110100 | 11010 | 11101100 | 110011 | 1011001 | 0 | 111 | 100001010 | 1010101 | 110011 |
Color Harmonies of #741AEC
Complementary color
Monochromatic Colors of #741AEC
Black with #741AEC
Text Example
Text Example
White with #741AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741AEC; }
p { color: rgb(116,26,236); }
H1.HeaderClassName
{
color: #741AEC;
}
.AnyTagClassName
{
color: #741AEC;
}
</style>
background-color css
<style>
a { background-color: #741AEC; }
a { background-color: rgb(116,26,236); }
div.DivClassName
{
background-color: #741AEC;
}
.BgClassName
{
background-color: #741AEC;
}
</style>
border-color css
<style>
span { border-color: #741AEC; }
span { border-color: rgb(116,26,236); }
td.TdClassName
{
border-color: #741AEC;
}
.TagClassName
{
border-color: #741AEC;
}
</style>