Shades of Blue Violet #761DDC
Tints of Blue Violet #761DDC
RGB
CMYK
RGB Variations
Color information
#761DDC (or 0x761DDC) is known color: Blue Violet. HEX triplet: 76, 1D and DC. RGB value is (118,29,220). Sum of RGB (Red+Green+Blue) = 118+29+220=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #761DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761DDC is #89E223. Grayscale: #4C4C4C. Windows color (decimal): -9036324 or 14425462. OLE color: 14425462.
HSL color Cylindrical-coordinate representation of color #761DDC: hue angle of 267.96º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #761DDC is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 29 | 220 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.14 |
| HSL | 267.96º | 0.77% | 0.49% | - |
| HSV(B) | 267.96º | 0.87% | 0.86% | - |
| XYZ | 20.83 | 9.9 | 68.52 | - |
| YUV | 77.39 | 208.49 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 29 | 220 | 0.46 | 0.87 | 0 | 0.14 | 267.96 | 0.77 | 0.49 |
| Hex | 76 | 1D | DC | 2E | 57 | 0 | E | 10C | 4D | 31 |
| Octal | 166 | 35 | 334 | 56 | 127 | 0 | 16 | 414 | 115 | 61 |
| Binary | 1110110 | 11101 | 11011100 | 101110 | 1010111 | 0 | 1110 | 100001100 | 1001101 | 110001 |
Color Harmonies of #761DDC
Complementary color
Monochromatic Colors of #761DDC
Black with #761DDC
Text Example
Text Example
White with #761DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761DDC; }
p { color: rgb(118,29,220); }
H1.HeaderClassName
{
color: #761DDC;
}
.AnyTagClassName
{
color: #761DDC;
}
</style>
background-color css
<style>
a { background-color: #761DDC; }
a { background-color: rgb(118,29,220); }
div.DivClassName
{
background-color: #761DDC;
}
.BgClassName
{
background-color: #761DDC;
}
</style>
border-color css
<style>
span { border-color: #761DDC; }
span { border-color: rgb(118,29,220); }
td.TdClassName
{
border-color: #761DDC;
}
.TagClassName
{
border-color: #761DDC;
}
</style>