Shades of Dark Violet #7600BB
Tints of Dark Violet #7600BB
RGB
CMYK
RGB Variations
Color information
#7600BB (or 0x7600BB) is known color: Dark Violet. HEX triplet: 76, 00 and BB. RGB value is (118,0,187). Sum of RGB (Red+Green+Blue) = 118+0+187=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #7600BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7600BB is #89FF44. Grayscale: #373737. Windows color (decimal): -9043781 or 12255350. OLE color: 12255350.
HSL color Cylindrical-coordinate representation of color #7600BB: hue angle of 277.86º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7600BB is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 0 | 187 | - |
| CMYK | 0.37 | 1 | 0 | 0.27 |
| HSL | 277.86º | 1% | 0.37% | - |
| HSV(B) | 277.86º | 1% | 0.73% | - |
| XYZ | 16.44 | 7.44 | 47.58 | - |
| YUV | 56.6 | 201.59 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 187 | 0.37 | 1 | 0 | 0.27 | 277.86 | 1 | 0.37 |
| Hex | 76 | 0 | BB | 25 | 64 | 0 | 1B | 116 | 64 | 25 |
| Octal | 166 | 0 | 273 | 45 | 144 | 0 | 33 | 426 | 144 | 45 |
| Binary | 1110110 | 0 | 10111011 | 100101 | 1100100 | 0 | 11011 | 100010110 | 1100100 | 100101 |
Color Harmonies of #7600BB
Complementary color
Monochromatic Colors of #7600BB
Black with #7600BB
Text Example
Text Example
White with #7600BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7600BB; }
p { color: rgb(118,0,187); }
H1.HeaderClassName
{
color: #7600BB;
}
.AnyTagClassName
{
color: #7600BB;
}
</style>
background-color css
<style>
a { background-color: #7600BB; }
a { background-color: rgb(118,0,187); }
div.DivClassName
{
background-color: #7600BB;
}
.BgClassName
{
background-color: #7600BB;
}
</style>
border-color css
<style>
span { border-color: #7600BB; }
span { border-color: rgb(118,0,187); }
td.TdClassName
{
border-color: #7600BB;
}
.TagClassName
{
border-color: #7600BB;
}
</style>