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