Shades of Blue Violet #750EDB
Tints of Blue Violet #750EDB
RGB
CMYK
RGB Variations
Color information
#750EDB (or 0x750EDB) is known color: Blue Violet. HEX triplet: 75, 0E and DB. RGB value is (117,14,219). Sum of RGB (Red+Green+Blue) = 117+14+219=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #750EDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750EDB is #8AF124. Grayscale: #434343. Windows color (decimal): -9105701 or 14356085. OLE color: 14356085.
HSL color Cylindrical-coordinate representation of color #750EDB: hue angle of 270.15º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750EDB is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 14 | 219 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.14 |
| HSL | 270.15º | 0.88% | 0.46% | - |
| HSV(B) | 270.15º | 0.94% | 0.86% | - |
| XYZ | 20.28 | 9.21 | 67.73 | - |
| YUV | 68.17 | 213.12 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 219 | 0.47 | 0.94 | 0 | 0.14 | 270.15 | 0.88 | 0.46 |
| Hex | 75 | E | DB | 2F | 5E | 0 | E | 10E | 58 | 2E |
| Octal | 165 | 16 | 333 | 57 | 136 | 0 | 16 | 416 | 130 | 56 |
| Binary | 1110101 | 1110 | 11011011 | 101111 | 1011110 | 0 | 1110 | 100001110 | 1011000 | 101110 |
Color Harmonies of #750EDB
Complementary color
Monochromatic Colors of #750EDB
Black with #750EDB
Text Example
Text Example
White with #750EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750EDB; }
p { color: rgb(117,14,219); }
H1.HeaderClassName
{
color: #750EDB;
}
.AnyTagClassName
{
color: #750EDB;
}
</style>
background-color css
<style>
a { background-color: #750EDB; }
a { background-color: rgb(117,14,219); }
div.DivClassName
{
background-color: #750EDB;
}
.BgClassName
{
background-color: #750EDB;
}
</style>
border-color css
<style>
span { border-color: #750EDB; }
span { border-color: rgb(117,14,219); }
td.TdClassName
{
border-color: #750EDB;
}
.TagClassName
{
border-color: #750EDB;
}
</style>