Shades of Blue Violet #761CDC
Tints of Blue Violet #761CDC
RGB
CMYK
RGB Variations
Color information
#761CDC (or 0x761CDC) is known color: Blue Violet. HEX triplet: 76, 1C and DC. RGB value is (118,28,220). Sum of RGB (Red+Green+Blue) = 118+28+220=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #761CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761CDC is #89E323. Grayscale: #4C4C4C. Windows color (decimal): -9036580 or 14425206. OLE color: 14425206.
HSL color Cylindrical-coordinate representation of color #761CDC: hue angle of 268.12º 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 #761CDC is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 28 | 220 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.14 |
| HSL | 268.13º | 0.77% | 0.49% | - |
| HSV(B) | 268.13º | 0.87% | 0.86% | - |
| XYZ | 20.8 | 9.85 | 68.51 | - |
| YUV | 76.8 | 208.82 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 220 | 0.46 | 0.87 | 0 | 0.14 | 268.13 | 0.77 | 0.49 |
| Hex | 76 | 1C | DC | 2E | 57 | 0 | E | 10C | 4D | 31 |
| Octal | 166 | 34 | 334 | 56 | 127 | 0 | 16 | 414 | 115 | 61 |
| Binary | 1110110 | 11100 | 11011100 | 101110 | 1010111 | 0 | 1110 | 100001100 | 1001101 | 110001 |
Color Harmonies of #761CDC
Complementary color
Monochromatic Colors of #761CDC
Black with #761CDC
Text Example
Text Example
White with #761CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761CDC; }
p { color: rgb(118,28,220); }
H1.HeaderClassName
{
color: #761CDC;
}
.AnyTagClassName
{
color: #761CDC;
}
</style>
background-color css
<style>
a { background-color: #761CDC; }
a { background-color: rgb(118,28,220); }
div.DivClassName
{
background-color: #761CDC;
}
.BgClassName
{
background-color: #761CDC;
}
</style>
border-color css
<style>
span { border-color: #761CDC; }
span { border-color: rgb(118,28,220); }
td.TdClassName
{
border-color: #761CDC;
}
.TagClassName
{
border-color: #761CDC;
}
</style>