Shades of Blue Violet #750EDC
Tints of Blue Violet #750EDC
RGB
CMYK
RGB Variations
Color information
#750EDC (or 0x750EDC) is known color: Blue Violet. HEX triplet: 75, 0E and DC. RGB value is (117,14,220). Sum of RGB (Red+Green+Blue) = 117+14+220=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #750EDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750EDC is #8AF123. Grayscale: #434343. Windows color (decimal): -9105700 or 14421621. OLE color: 14421621.
HSL color Cylindrical-coordinate representation of color #750EDC: hue angle of 270º 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 #750EDC is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 14 | 220 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.14 |
| HSL | 270º | 0.88% | 0.46% | - |
| HSV(B) | 270º | 0.94% | 0.86% | - |
| XYZ | 20.41 | 9.26 | 68.42 | - |
| YUV | 68.28 | 213.62 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 220 | 0.47 | 0.94 | 0 | 0.14 | 270 | 0.88 | 0.46 |
| Hex | 75 | E | DC | 2F | 5E | 0 | E | 10E | 58 | 2E |
| Octal | 165 | 16 | 334 | 57 | 136 | 0 | 16 | 416 | 130 | 56 |
| Binary | 1110101 | 1110 | 11011100 | 101111 | 1011110 | 0 | 1110 | 100001110 | 1011000 | 101110 |
Color Harmonies of #750EDC
Complementary color
Monochromatic Colors of #750EDC
Black with #750EDC
Text Example
Text Example
White with #750EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750EDC; }
p { color: rgb(117,14,220); }
H1.HeaderClassName
{
color: #750EDC;
}
.AnyTagClassName
{
color: #750EDC;
}
</style>
background-color css
<style>
a { background-color: #750EDC; }
a { background-color: rgb(117,14,220); }
div.DivClassName
{
background-color: #750EDC;
}
.BgClassName
{
background-color: #750EDC;
}
</style>
border-color css
<style>
span { border-color: #750EDC; }
span { border-color: rgb(117,14,220); }
td.TdClassName
{
border-color: #750EDC;
}
.TagClassName
{
border-color: #750EDC;
}
</style>