Shades of Dark Violet #760BC6
Tints of Dark Violet #760BC6
RGB
CMYK
RGB Variations
Color information
#760BC6 (or 0x760BC6) is known color: Dark Violet. HEX triplet: 76, 0B and C6. RGB value is (118,11,198). Sum of RGB (Red+Green+Blue) = 118+11+198=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 198 (77.73% from 255 or 60.55% from 327); Max value from RGB is 198 - color contains mainly: blue. Hex color #760BC6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760BC6 is #89F439. Grayscale: #3F3F3F. Windows color (decimal): -9040954 or 12979062. OLE color: 12979062.
HSL color Cylindrical-coordinate representation of color #760BC6: hue angle of 274.33º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760BC6 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 11 | 198 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.22 |
| HSL | 274.33º | 0.89% | 0.41% | - |
| HSV(B) | 274.33º | 0.94% | 0.78% | - |
| XYZ | 17.78 | 8.17 | 54.07 | - |
| YUV | 64.31 | 203.45 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 198 | 0.40 | 0.94 | 0 | 0.22 | 274.33 | 0.89 | 0.41 |
| Hex | 76 | B | C6 | 28 | 5E | 0 | 16 | 112 | 59 | 29 |
| Octal | 166 | 13 | 306 | 50 | 136 | 0 | 26 | 422 | 131 | 51 |
| Binary | 1110110 | 1011 | 11000110 | 101000 | 1011110 | 0 | 10110 | 100010010 | 1011001 | 101001 |
Color Harmonies of #760BC6
Complementary color
Monochromatic Colors of #760BC6
Black with #760BC6
Text Example
Text Example
White with #760BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760BC6; }
p { color: rgb(118,11,198); }
H1.HeaderClassName
{
color: #760BC6;
}
.AnyTagClassName
{
color: #760BC6;
}
</style>
background-color css
<style>
a { background-color: #760BC6; }
a { background-color: rgb(118,11,198); }
div.DivClassName
{
background-color: #760BC6;
}
.BgClassName
{
background-color: #760BC6;
}
</style>
border-color css
<style>
span { border-color: #760BC6; }
span { border-color: rgb(118,11,198); }
td.TdClassName
{
border-color: #760BC6;
}
.TagClassName
{
border-color: #760BC6;
}
</style>