Shades of Blue Violet #741FEA
Tints of Blue Violet #741FEA
RGB
CMYK
RGB Variations
Color information
#741FEA (or 0x741FEA) is known color: Blue Violet. HEX triplet: 74, 1F and EA. RGB value is (116,31,234). Sum of RGB (Red+Green+Blue) = 116+31+234=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #741FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741FEA is #8BE015. Grayscale: #4E4E4E. Windows color (decimal): -9166870 or 15343476. OLE color: 15343476.
HSL color Cylindrical-coordinate representation of color #741FEA: hue angle of 265.12º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #741FEA is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 31 | 234 | - |
| CMYK | 0.50 | 0.87 | 0 | 0.08 |
| HSL | 265.12º | 0.83% | 0.52% | - |
| HSV(B) | 265.12º | 0.87% | 0.92% | - |
| XYZ | 22.54 | 10.63 | 78.71 | - |
| YUV | 79.56 | 215.16 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 234 | 0.50 | 0.87 | 0 | 0.08 | 265.12 | 0.83 | 0.52 |
| Hex | 74 | 1F | EA | 32 | 57 | 0 | 8 | 109 | 53 | 34 |
| Octal | 164 | 37 | 352 | 62 | 127 | 0 | 10 | 411 | 123 | 64 |
| Binary | 1110100 | 11111 | 11101010 | 110010 | 1010111 | 0 | 1000 | 100001001 | 1010011 | 110100 |
Color Harmonies of #741FEA
Complementary color
Monochromatic Colors of #741FEA
Black with #741FEA
Text Example
Text Example
White with #741FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741FEA; }
p { color: rgb(116,31,234); }
H1.HeaderClassName
{
color: #741FEA;
}
.AnyTagClassName
{
color: #741FEA;
}
</style>
background-color css
<style>
a { background-color: #741FEA; }
a { background-color: rgb(116,31,234); }
div.DivClassName
{
background-color: #741FEA;
}
.BgClassName
{
background-color: #741FEA;
}
</style>
border-color css
<style>
span { border-color: #741FEA; }
span { border-color: rgb(116,31,234); }
td.TdClassName
{
border-color: #741FEA;
}
.TagClassName
{
border-color: #741FEA;
}
</style>