Shades of Dark Violet #7600BC
Tints of Dark Violet #7600BC
RGB
CMYK
RGB Variations
Color information
#7600BC (or 0x7600BC) is known color: Dark Violet. HEX triplet: 76, 00 and BC. RGB value is (118,0,188). Sum of RGB (Red+Green+Blue) = 118+0+188=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #7600BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7600BC is #89FF43. Grayscale: #383838. Windows color (decimal): -9043780 or 12320886. OLE color: 12320886.
HSL color Cylindrical-coordinate representation of color #7600BC: hue angle of 277.66º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7600BC is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 0 | 188 | - |
| CMYK | 0.37 | 1 | 0 | 0.26 |
| HSL | 277.66º | 1% | 0.37% | - |
| HSV(B) | 277.66º | 1% | 0.74% | - |
| XYZ | 16.55 | 7.48 | 48.15 | - |
| YUV | 56.71 | 202.09 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 188 | 0.37 | 1 | 0 | 0.26 | 277.66 | 1 | 0.37 |
| Hex | 76 | 0 | BC | 25 | 64 | 0 | 1A | 116 | 64 | 25 |
| Octal | 166 | 0 | 274 | 45 | 144 | 0 | 32 | 426 | 144 | 45 |
| Binary | 1110110 | 0 | 10111100 | 100101 | 1100100 | 0 | 11010 | 100010110 | 1100100 | 100101 |
Color Harmonies of #7600BC
Complementary color
Monochromatic Colors of #7600BC
Black with #7600BC
Text Example
Text Example
White with #7600BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7600BC; }
p { color: rgb(118,0,188); }
H1.HeaderClassName
{
color: #7600BC;
}
.AnyTagClassName
{
color: #7600BC;
}
</style>
background-color css
<style>
a { background-color: #7600BC; }
a { background-color: rgb(118,0,188); }
div.DivClassName
{
background-color: #7600BC;
}
.BgClassName
{
background-color: #7600BC;
}
</style>
border-color css
<style>
span { border-color: #7600BC; }
span { border-color: rgb(118,0,188); }
td.TdClassName
{
border-color: #7600BC;
}
.TagClassName
{
border-color: #7600BC;
}
</style>