Shades of Blue Violet #741FEE
Tints of Blue Violet #741FEE
RGB
CMYK
RGB Variations
Color information
#741FEE (or 0x741FEE) is known color: Blue Violet. HEX triplet: 74, 1F and EE. RGB value is (116,31,238). Sum of RGB (Red+Green+Blue) = 116+31+238=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 31 (12.5% from 255 or 8.05% from 385); Blue value is 238 (93.36% from 255 or 61.82% from 385); Max value from RGB is 238 - color contains mainly: blue. Hex color #741FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741FEE is #8BE011. Grayscale: #4F4F4F. Windows color (decimal): -9166866 or 15605620. OLE color: 15605620.
HSL color Cylindrical-coordinate representation of color #741FEE: hue angle of 264.64º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #741FEE is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 31 | 238 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.07 |
| HSL | 264.64º | 0.86% | 0.53% | - |
| HSV(B) | 264.64º | 0.87% | 0.93% | - |
| XYZ | 23.13 | 10.87 | 81.77 | - |
| YUV | 80.01 | 217.16 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 238 | 0.51 | 0.87 | 0 | 0.07 | 264.64 | 0.86 | 0.53 |
| Hex | 74 | 1F | EE | 33 | 57 | 0 | 7 | 109 | 56 | 35 |
| Octal | 164 | 37 | 356 | 63 | 127 | 0 | 7 | 411 | 126 | 65 |
| Binary | 1110100 | 11111 | 11101110 | 110011 | 1010111 | 0 | 111 | 100001001 | 1010110 | 110101 |
Color Harmonies of #741FEE
Complementary color
Monochromatic Colors of #741FEE
Black with #741FEE
Text Example
Text Example
White with #741FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741FEE; }
p { color: rgb(116,31,238); }
H1.HeaderClassName
{
color: #741FEE;
}
.AnyTagClassName
{
color: #741FEE;
}
</style>
background-color css
<style>
a { background-color: #741FEE; }
a { background-color: rgb(116,31,238); }
div.DivClassName
{
background-color: #741FEE;
}
.BgClassName
{
background-color: #741FEE;
}
</style>
border-color css
<style>
span { border-color: #741FEE; }
span { border-color: rgb(116,31,238); }
td.TdClassName
{
border-color: #741FEE;
}
.TagClassName
{
border-color: #741FEE;
}
</style>