Shades of Blue Violet #7441EE
Tints of Blue Violet #7441EE
RGB
CMYK
RGB Variations
Color information
#7441EE (or 0x7441EE) is known color: Blue Violet. HEX triplet: 74, 41 and EE. RGB value is (116,65,238). Sum of RGB (Red+Green+Blue) = 116+65+238=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 238 (93.36% from 255 or 56.80% from 419); Max value from RGB is 238 - color contains mainly: blue. Hex color #7441EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7441EE is #8BBE11. Grayscale: #636363. Windows color (decimal): -9158162 or 15614324. OLE color: 15614324.
HSL color Cylindrical-coordinate representation of color #7441EE: hue angle of 257.69º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7441EE is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 65 | 238 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.07 |
| HSL | 257.69º | 0.84% | 0.59% | - |
| HSV(B) | 257.69º | 0.73% | 0.93% | - |
| XYZ | 24.53 | 13.67 | 82.23 | - |
| YUV | 99.97 | 205.9 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 238 | 0.51 | 0.73 | 0 | 0.07 | 257.69 | 0.84 | 0.59 |
| Hex | 74 | 41 | EE | 33 | 49 | 0 | 7 | 102 | 54 | 3B |
| Octal | 164 | 101 | 356 | 63 | 111 | 0 | 7 | 402 | 124 | 73 |
| Binary | 1110100 | 1000001 | 11101110 | 110011 | 1001001 | 0 | 111 | 100000010 | 1010100 | 111011 |
Color Harmonies of #7441EE
Complementary color
Monochromatic Colors of #7441EE
Black with #7441EE
Text Example
Text Example
White with #7441EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7441EE; }
p { color: rgb(116,65,238); }
H1.HeaderClassName
{
color: #7441EE;
}
.AnyTagClassName
{
color: #7441EE;
}
</style>
background-color css
<style>
a { background-color: #7441EE; }
a { background-color: rgb(116,65,238); }
div.DivClassName
{
background-color: #7441EE;
}
.BgClassName
{
background-color: #7441EE;
}
</style>
border-color css
<style>
span { border-color: #7441EE; }
span { border-color: rgb(116,65,238); }
td.TdClassName
{
border-color: #7441EE;
}
.TagClassName
{
border-color: #7441EE;
}
</style>