Shades of Blue Violet #760EDC
Tints of Blue Violet #760EDC
RGB
CMYK
RGB Variations
Color information
#760EDC (or 0x760EDC) is known color: Blue Violet. HEX triplet: 76, 0E and DC. RGB value is (118,14,220). Sum of RGB (Red+Green+Blue) = 118+14+220=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #760EDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760EDC is #89F123. Grayscale: #434343. Windows color (decimal): -9040164 or 14421622. OLE color: 14421622.
HSL color Cylindrical-coordinate representation of color #760EDC: hue angle of 270.29º 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 #760EDC is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 14 | 220 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.14 |
| HSL | 270.29º | 0.88% | 0.46% | - |
| HSV(B) | 270.29º | 0.94% | 0.86% | - |
| XYZ | 20.55 | 9.33 | 68.43 | - |
| YUV | 68.58 | 213.46 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 220 | 0.46 | 0.94 | 0 | 0.14 | 270.29 | 0.88 | 0.46 |
| Hex | 76 | E | DC | 2E | 5E | 0 | E | 10E | 58 | 2E |
| Octal | 166 | 16 | 334 | 56 | 136 | 0 | 16 | 416 | 130 | 56 |
| Binary | 1110110 | 1110 | 11011100 | 101110 | 1011110 | 0 | 1110 | 100001110 | 1011000 | 101110 |
Color Harmonies of #760EDC
Complementary color
Monochromatic Colors of #760EDC
Black with #760EDC
Text Example
Text Example
White with #760EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760EDC; }
p { color: rgb(118,14,220); }
H1.HeaderClassName
{
color: #760EDC;
}
.AnyTagClassName
{
color: #760EDC;
}
</style>
background-color css
<style>
a { background-color: #760EDC; }
a { background-color: rgb(118,14,220); }
div.DivClassName
{
background-color: #760EDC;
}
.BgClassName
{
background-color: #760EDC;
}
</style>
border-color css
<style>
span { border-color: #760EDC; }
span { border-color: rgb(118,14,220); }
td.TdClassName
{
border-color: #760EDC;
}
.TagClassName
{
border-color: #760EDC;
}
</style>