Shades of Blue Violet #750EE1
Tints of Blue Violet #750EE1
RGB
CMYK
RGB Variations
Color information
#750EE1 (or 0x750EE1) is known color: Blue Violet. HEX triplet: 75, 0E and E1. RGB value is (117,14,225). Sum of RGB (Red+Green+Blue) = 117+14+225=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 225 (88.28% from 255 or 63.20% from 356); Max value from RGB is 225 - color contains mainly: blue. Hex color #750EE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750EE1 is #8AF11E. Grayscale: #444444. Windows color (decimal): -9105695 or 14749301. OLE color: 14749301.
HSL color Cylindrical-coordinate representation of color #750EE1: hue angle of 269.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750EE1 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 14 | 225 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.12 |
| HSL | 269.29º | 0.88% | 0.47% | - |
| HSV(B) | 269.29º | 0.94% | 0.88% | - |
| XYZ | 21.08 | 9.53 | 71.96 | - |
| YUV | 68.85 | 216.12 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 225 | 0.48 | 0.94 | 0 | 0.12 | 269.29 | 0.88 | 0.47 |
| Hex | 75 | E | E1 | 30 | 5E | 0 | C | 10D | 58 | 2F |
| Octal | 165 | 16 | 341 | 60 | 136 | 0 | 14 | 415 | 130 | 57 |
| Binary | 1110101 | 1110 | 11100001 | 110000 | 1011110 | 0 | 1100 | 100001101 | 1011000 | 101111 |
Color Harmonies of #750EE1
Complementary color
Monochromatic Colors of #750EE1
Black with #750EE1
Text Example
Text Example
White with #750EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750EE1; }
p { color: rgb(117,14,225); }
H1.HeaderClassName
{
color: #750EE1;
}
.AnyTagClassName
{
color: #750EE1;
}
</style>
background-color css
<style>
a { background-color: #750EE1; }
a { background-color: rgb(117,14,225); }
div.DivClassName
{
background-color: #750EE1;
}
.BgClassName
{
background-color: #750EE1;
}
</style>
border-color css
<style>
span { border-color: #750EE1; }
span { border-color: rgb(117,14,225); }
td.TdClassName
{
border-color: #750EE1;
}
.TagClassName
{
border-color: #750EE1;
}
</style>