Shades of Blue Violet #741BEA
Tints of Blue Violet #741BEA
RGB
CMYK
RGB Variations
Color information
#741BEA (or 0x741BEA) is known color: Blue Violet. HEX triplet: 74, 1B and EA. RGB value is (116,27,234). Sum of RGB (Red+Green+Blue) = 116+27+234=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #741BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741BEA is #8BE415. Grayscale: #4C4C4C. Windows color (decimal): -9167894 or 15342452. OLE color: 15342452.
HSL color Cylindrical-coordinate representation of color #741BEA: hue angle of 265.8º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741BEA is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 27 | 234 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.08 |
| HSL | 265.8º | 0.83% | 0.51% | - |
| HSV(B) | 265.8º | 0.88% | 0.92% | - |
| XYZ | 22.45 | 10.44 | 78.67 | - |
| YUV | 77.21 | 216.49 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 27 | 234 | 0.50 | 0.88 | 0 | 0.08 | 265.8 | 0.83 | 0.51 |
| Hex | 74 | 1B | EA | 32 | 58 | 0 | 8 | 10A | 53 | 33 |
| Octal | 164 | 33 | 352 | 62 | 130 | 0 | 10 | 412 | 123 | 63 |
| Binary | 1110100 | 11011 | 11101010 | 110010 | 1011000 | 0 | 1000 | 100001010 | 1010011 | 110011 |
Color Harmonies of #741BEA
Complementary color
Monochromatic Colors of #741BEA
Black with #741BEA
Text Example
Text Example
White with #741BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741BEA; }
p { color: rgb(116,27,234); }
H1.HeaderClassName
{
color: #741BEA;
}
.AnyTagClassName
{
color: #741BEA;
}
</style>
background-color css
<style>
a { background-color: #741BEA; }
a { background-color: rgb(116,27,234); }
div.DivClassName
{
background-color: #741BEA;
}
.BgClassName
{
background-color: #741BEA;
}
</style>
border-color css
<style>
span { border-color: #741BEA; }
span { border-color: rgb(116,27,234); }
td.TdClassName
{
border-color: #741BEA;
}
.TagClassName
{
border-color: #741BEA;
}
</style>