Shades of Blue Violet #7540EB
Tints of Blue Violet #7540EB
RGB
CMYK
RGB Variations
Color information
#7540EB (or 0x7540EB) is known color: Blue Violet. HEX triplet: 75, 40 and EB. RGB value is (117,64,235). Sum of RGB (Red+Green+Blue) = 117+64+235=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #7540EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7540EB is #8ABF14. Grayscale: #626262. Windows color (decimal): -9092885 or 15417461. OLE color: 15417461.
HSL color Cylindrical-coordinate representation of color #7540EB: hue angle of 258.6º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7540EB is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 64 | 235 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.08 |
| HSL | 258.6º | 0.81% | 0.59% | - |
| HSV(B) | 258.6º | 0.73% | 0.92% | - |
| XYZ | 24.16 | 13.45 | 79.92 | - |
| YUV | 99.34 | 204.56 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 235 | 0.50 | 0.73 | 0 | 0.08 | 258.6 | 0.81 | 0.59 |
| Hex | 75 | 40 | EB | 32 | 49 | 0 | 8 | 103 | 51 | 3B |
| Octal | 165 | 100 | 353 | 62 | 111 | 0 | 10 | 403 | 121 | 73 |
| Binary | 1110101 | 1000000 | 11101011 | 110010 | 1001001 | 0 | 1000 | 100000011 | 1010001 | 111011 |
Color Harmonies of #7540EB
Complementary color
Monochromatic Colors of #7540EB
Black with #7540EB
Text Example
Text Example
White with #7540EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7540EB; }
p { color: rgb(117,64,235); }
H1.HeaderClassName
{
color: #7540EB;
}
.AnyTagClassName
{
color: #7540EB;
}
</style>
background-color css
<style>
a { background-color: #7540EB; }
a { background-color: rgb(117,64,235); }
div.DivClassName
{
background-color: #7540EB;
}
.BgClassName
{
background-color: #7540EB;
}
</style>
border-color css
<style>
span { border-color: #7540EB; }
span { border-color: rgb(117,64,235); }
td.TdClassName
{
border-color: #7540EB;
}
.TagClassName
{
border-color: #7540EB;
}
</style>