Shades of Blue Violet #761ADC
Tints of Blue Violet #761ADC
RGB
CMYK
RGB Variations
Color information
#761ADC (or 0x761ADC) is known color: Blue Violet. HEX triplet: 76, 1A and DC. RGB value is (118,26,220). Sum of RGB (Red+Green+Blue) = 118+26+220=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #761ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761ADC is #89E523. Grayscale: #4A4A4A. Windows color (decimal): -9037092 or 14424694. OLE color: 14424694.
HSL color Cylindrical-coordinate representation of color #761ADC: hue angle of 268.45º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #761ADC is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 26 | 220 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.14 |
| HSL | 268.45º | 0.79% | 0.48% | - |
| HSV(B) | 268.45º | 0.88% | 0.86% | - |
| XYZ | 20.76 | 9.76 | 68.5 | - |
| YUV | 75.62 | 209.48 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 26 | 220 | 0.46 | 0.88 | 0 | 0.14 | 268.45 | 0.79 | 0.48 |
| Hex | 76 | 1A | DC | 2E | 58 | 0 | E | 10C | 4F | 30 |
| Octal | 166 | 32 | 334 | 56 | 130 | 0 | 16 | 414 | 117 | 60 |
| Binary | 1110110 | 11010 | 11011100 | 101110 | 1011000 | 0 | 1110 | 100001100 | 1001111 | 110000 |
Color Harmonies of #761ADC
Complementary color
Monochromatic Colors of #761ADC
Black with #761ADC
Text Example
Text Example
White with #761ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761ADC; }
p { color: rgb(118,26,220); }
H1.HeaderClassName
{
color: #761ADC;
}
.AnyTagClassName
{
color: #761ADC;
}
</style>
background-color css
<style>
a { background-color: #761ADC; }
a { background-color: rgb(118,26,220); }
div.DivClassName
{
background-color: #761ADC;
}
.BgClassName
{
background-color: #761ADC;
}
</style>
border-color css
<style>
span { border-color: #761ADC; }
span { border-color: rgb(118,26,220); }
td.TdClassName
{
border-color: #761ADC;
}
.TagClassName
{
border-color: #761ADC;
}
</style>