Shades of Blue Violet #761EDC
Tints of Blue Violet #761EDC
RGB
CMYK
RGB Variations
Color information
#761EDC (or 0x761EDC) is known color: Blue Violet. HEX triplet: 76, 1E and DC. RGB value is (118,30,220). Sum of RGB (Red+Green+Blue) = 118+30+220=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #761EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761EDC is #89E123. Grayscale: #4D4D4D. Windows color (decimal): -9036068 or 14425718. OLE color: 14425718.
HSL color Cylindrical-coordinate representation of color #761EDC: hue angle of 267.79º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761EDC is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 30 | 220 | - |
| CMYK | 0.46 | 0.86 | 0 | 0.14 |
| HSL | 267.79º | 0.76% | 0.49% | - |
| HSV(B) | 267.79º | 0.86% | 0.86% | - |
| XYZ | 20.85 | 9.95 | 68.53 | - |
| YUV | 77.97 | 208.15 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 220 | 0.46 | 0.86 | 0 | 0.14 | 267.79 | 0.76 | 0.49 |
| Hex | 76 | 1E | DC | 2E | 56 | 0 | E | 10C | 4C | 31 |
| Octal | 166 | 36 | 334 | 56 | 126 | 0 | 16 | 414 | 114 | 61 |
| Binary | 1110110 | 11110 | 11011100 | 101110 | 1010110 | 0 | 1110 | 100001100 | 1001100 | 110001 |
Color Harmonies of #761EDC
Complementary color
Monochromatic Colors of #761EDC
Black with #761EDC
Text Example
Text Example
White with #761EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761EDC; }
p { color: rgb(118,30,220); }
H1.HeaderClassName
{
color: #761EDC;
}
.AnyTagClassName
{
color: #761EDC;
}
</style>
background-color css
<style>
a { background-color: #761EDC; }
a { background-color: rgb(118,30,220); }
div.DivClassName
{
background-color: #761EDC;
}
.BgClassName
{
background-color: #761EDC;
}
</style>
border-color css
<style>
span { border-color: #761EDC; }
span { border-color: rgb(118,30,220); }
td.TdClassName
{
border-color: #761EDC;
}
.TagClassName
{
border-color: #761EDC;
}
</style>