Shades of Blue Violet #7441EA
Tints of Blue Violet #7441EA
RGB
CMYK
RGB Variations
Color information
#7441EA (or 0x7441EA) is known color: Blue Violet. HEX triplet: 74, 41 and EA. RGB value is (116,65,234). Sum of RGB (Red+Green+Blue) = 116+65+234=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #7441EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7441EA is #8BBE15. Grayscale: #626262. Windows color (decimal): -9158166 or 15352180. OLE color: 15352180.
HSL color Cylindrical-coordinate representation of color #7441EA: hue angle of 258.11º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7441EA is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 65 | 234 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.08 |
| HSL | 258.11º | 0.8% | 0.59% | - |
| HSV(B) | 258.11º | 0.72% | 0.92% | - |
| XYZ | 23.94 | 13.43 | 79.17 | - |
| YUV | 99.52 | 203.9 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 234 | 0.50 | 0.72 | 0 | 0.08 | 258.11 | 0.8 | 0.59 |
| Hex | 74 | 41 | EA | 32 | 48 | 0 | 8 | 102 | 50 | 3B |
| Octal | 164 | 101 | 352 | 62 | 110 | 0 | 10 | 402 | 120 | 73 |
| Binary | 1110100 | 1000001 | 11101010 | 110010 | 1001000 | 0 | 1000 | 100000010 | 1010000 | 111011 |
Color Harmonies of #7441EA
Complementary color
Monochromatic Colors of #7441EA
Black with #7441EA
Text Example
Text Example
White with #7441EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7441EA; }
p { color: rgb(116,65,234); }
H1.HeaderClassName
{
color: #7441EA;
}
.AnyTagClassName
{
color: #7441EA;
}
</style>
background-color css
<style>
a { background-color: #7441EA; }
a { background-color: rgb(116,65,234); }
div.DivClassName
{
background-color: #7441EA;
}
.BgClassName
{
background-color: #7441EA;
}
</style>
border-color css
<style>
span { border-color: #7441EA; }
span { border-color: rgb(116,65,234); }
td.TdClassName
{
border-color: #7441EA;
}
.TagClassName
{
border-color: #7441EA;
}
</style>