Shades of Blue Violet #741BEB
Tints of Blue Violet #741BEB
RGB
CMYK
RGB Variations
Color information
#741BEB (or 0x741BEB) is known color: Blue Violet. HEX triplet: 74, 1B and EB. RGB value is (116,27,235). Sum of RGB (Red+Green+Blue) = 116+27+235=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #741BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741BEB is #8BE414. Grayscale: #4C4C4C. Windows color (decimal): -9167893 or 15407988. OLE color: 15407988.
HSL color Cylindrical-coordinate representation of color #741BEB: hue angle of 265.67º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #741BEB is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 27 | 235 | - |
| CMYK | 0.51 | 0.89 | 0 | 0.08 |
| HSL | 265.67º | 0.84% | 0.51% | - |
| HSV(B) | 265.67º | 0.89% | 0.92% | - |
| XYZ | 22.59 | 10.5 | 79.43 | - |
| YUV | 77.32 | 216.99 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 27 | 235 | 0.51 | 0.89 | 0 | 0.08 | 265.67 | 0.84 | 0.51 |
| Hex | 74 | 1B | EB | 33 | 59 | 0 | 8 | 10A | 54 | 33 |
| Octal | 164 | 33 | 353 | 63 | 131 | 0 | 10 | 412 | 124 | 63 |
| Binary | 1110100 | 11011 | 11101011 | 110011 | 1011001 | 0 | 1000 | 100001010 | 1010100 | 110011 |
Color Harmonies of #741BEB
Complementary color
Monochromatic Colors of #741BEB
Black with #741BEB
Text Example
Text Example
White with #741BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741BEB; }
p { color: rgb(116,27,235); }
H1.HeaderClassName
{
color: #741BEB;
}
.AnyTagClassName
{
color: #741BEB;
}
</style>
background-color css
<style>
a { background-color: #741BEB; }
a { background-color: rgb(116,27,235); }
div.DivClassName
{
background-color: #741BEB;
}
.BgClassName
{
background-color: #741BEB;
}
</style>
border-color css
<style>
span { border-color: #741BEB; }
span { border-color: rgb(116,27,235); }
td.TdClassName
{
border-color: #741BEB;
}
.TagClassName
{
border-color: #741BEB;
}
</style>