Shades of Blue Violet #7541EA
Tints of Blue Violet #7541EA
RGB
CMYK
RGB Variations
Color information
#7541EA (or 0x7541EA) is known color: Blue Violet. HEX triplet: 75, 41 and EA. RGB value is (117,65,234). Sum of RGB (Red+Green+Blue) = 117+65+234=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #7541EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7541EA is #8ABE15. Grayscale: #636363. Windows color (decimal): -9092630 or 15352181. OLE color: 15352181.
HSL color Cylindrical-coordinate representation of color #7541EA: hue angle of 258.46º 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 #7541EA is Cyan = 0.5, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 65 | 234 | - |
| CMYK | 0.5 | 0.72 | 0 | 0.08 |
| HSL | 258.46º | 0.8% | 0.59% | - |
| HSV(B) | 258.46º | 0.72% | 0.92% | - |
| XYZ | 24.08 | 13.5 | 79.18 | - |
| YUV | 99.81 | 203.73 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 65 | 234 | 0.5 | 0.72 | 0 | 0.08 | 258.46 | 0.8 | 0.59 |
| Hex | 75 | 41 | EA | 32 | 48 | 0 | 8 | 102 | 50 | 3B |
| Octal | 165 | 101 | 352 | 62 | 110 | 0 | 10 | 402 | 120 | 73 |
| Binary | 1110101 | 1000001 | 11101010 | 110010 | 1001000 | 0 | 1000 | 100000010 | 1010000 | 111011 |
Color Harmonies of #7541EA
Complementary color
Monochromatic Colors of #7541EA
Black with #7541EA
Text Example
Text Example
White with #7541EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7541EA; }
p { color: rgb(117,65,234); }
H1.HeaderClassName
{
color: #7541EA;
}
.AnyTagClassName
{
color: #7541EA;
}
</style>
background-color css
<style>
a { background-color: #7541EA; }
a { background-color: rgb(117,65,234); }
div.DivClassName
{
background-color: #7541EA;
}
.BgClassName
{
background-color: #7541EA;
}
</style>
border-color css
<style>
span { border-color: #7541EA; }
span { border-color: rgb(117,65,234); }
td.TdClassName
{
border-color: #7541EA;
}
.TagClassName
{
border-color: #7541EA;
}
</style>