Shades of Blue Violet #750EDF
Tints of Blue Violet #750EDF
RGB
CMYK
RGB Variations
Color information
#750EDF (or 0x750EDF) is known color: Blue Violet. HEX triplet: 75, 0E and DF. RGB value is (117,14,223). Sum of RGB (Red+Green+Blue) = 117+14+223=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #750EDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750EDF is #8AF120. Grayscale: #434343. Windows color (decimal): -9105697 or 14618229. OLE color: 14618229.
HSL color Cylindrical-coordinate representation of color #750EDF: hue angle of 269.57º 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 #750EDF is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 14 | 223 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.13 |
| HSL | 269.57º | 0.88% | 0.46% | - |
| HSV(B) | 269.57º | 0.94% | 0.87% | - |
| XYZ | 20.81 | 9.42 | 70.53 | - |
| YUV | 68.62 | 215.12 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 223 | 0.48 | 0.94 | 0 | 0.13 | 269.57 | 0.88 | 0.46 |
| Hex | 75 | E | DF | 30 | 5E | 0 | D | 10E | 58 | 2E |
| Octal | 165 | 16 | 337 | 60 | 136 | 0 | 15 | 416 | 130 | 56 |
| Binary | 1110101 | 1110 | 11011111 | 110000 | 1011110 | 0 | 1101 | 100001110 | 1011000 | 101110 |
Color Harmonies of #750EDF
Complementary color
Monochromatic Colors of #750EDF
Black with #750EDF
Text Example
Text Example
White with #750EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750EDF; }
p { color: rgb(117,14,223); }
H1.HeaderClassName
{
color: #750EDF;
}
.AnyTagClassName
{
color: #750EDF;
}
</style>
background-color css
<style>
a { background-color: #750EDF; }
a { background-color: rgb(117,14,223); }
div.DivClassName
{
background-color: #750EDF;
}
.BgClassName
{
background-color: #750EDF;
}
</style>
border-color css
<style>
span { border-color: #750EDF; }
span { border-color: rgb(117,14,223); }
td.TdClassName
{
border-color: #750EDF;
}
.TagClassName
{
border-color: #750EDF;
}
</style>