Shades of Blue Violet #750EDE
Tints of Blue Violet #750EDE
RGB
CMYK
RGB Variations
Color information
#750EDE (or 0x750EDE) is known color: Blue Violet. HEX triplet: 75, 0E and DE. RGB value is (117,14,222). Sum of RGB (Red+Green+Blue) = 117+14+222=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 14 (5.86% from 255 or 3.97% from 353); Blue value is 222 (87.11% from 255 or 62.89% from 353); Max value from RGB is 222 - color contains mainly: blue. Hex color #750EDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750EDE is #8AF121. Grayscale: #434343. Windows color (decimal): -9105698 or 14552693. OLE color: 14552693.
HSL color Cylindrical-coordinate representation of color #750EDE: hue angle of 269.71º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750EDE is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 14 | 222 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.13 |
| HSL | 269.71º | 0.88% | 0.46% | - |
| HSV(B) | 269.71º | 0.94% | 0.87% | - |
| XYZ | 20.68 | 9.37 | 69.83 | - |
| YUV | 68.51 | 214.62 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 222 | 0.47 | 0.94 | 0 | 0.13 | 269.71 | 0.88 | 0.46 |
| Hex | 75 | E | DE | 2F | 5E | 0 | D | 10E | 58 | 2E |
| Octal | 165 | 16 | 336 | 57 | 136 | 0 | 15 | 416 | 130 | 56 |
| Binary | 1110101 | 1110 | 11011110 | 101111 | 1011110 | 0 | 1101 | 100001110 | 1011000 | 101110 |
Color Harmonies of #750EDE
Complementary color
Monochromatic Colors of #750EDE
Black with #750EDE
Text Example
Text Example
White with #750EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750EDE; }
p { color: rgb(117,14,222); }
H1.HeaderClassName
{
color: #750EDE;
}
.AnyTagClassName
{
color: #750EDE;
}
</style>
background-color css
<style>
a { background-color: #750EDE; }
a { background-color: rgb(117,14,222); }
div.DivClassName
{
background-color: #750EDE;
}
.BgClassName
{
background-color: #750EDE;
}
</style>
border-color css
<style>
span { border-color: #750EDE; }
span { border-color: rgb(117,14,222); }
td.TdClassName
{
border-color: #750EDE;
}
.TagClassName
{
border-color: #750EDE;
}
</style>