Shades of Dark Violet #7704BB
Tints of Dark Violet #7704BB
RGB
CMYK
RGB Variations
Color information
#7704BB (or 0x7704BB) is known color: Dark Violet. HEX triplet: 77, 04 and BB. RGB value is (119,4,187). Sum of RGB (Red+Green+Blue) = 119+4+187=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 187 (73.44% from 255 or 60.32% from 310); Max value from RGB is 187 - color contains mainly: blue. Hex color #7704BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7704BB is #88FB44. Grayscale: #3A3A3A. Windows color (decimal): -8977221 or 12256375. OLE color: 12256375.
HSL color Cylindrical-coordinate representation of color #7704BB: hue angle of 277.7º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7704BB is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 4 | 187 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.27 |
| HSL | 277.7º | 0.96% | 0.37% | - |
| HSV(B) | 277.7º | 0.98% | 0.73% | - |
| XYZ | 16.62 | 7.6 | 47.6 | - |
| YUV | 59.25 | 200.1 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 4 | 187 | 0.36 | 0.98 | 0 | 0.27 | 277.7 | 0.96 | 0.37 |
| Hex | 77 | 4 | BB | 24 | 62 | 0 | 1B | 116 | 60 | 25 |
| Octal | 167 | 4 | 273 | 44 | 142 | 0 | 33 | 426 | 140 | 45 |
| Binary | 1110111 | 100 | 10111011 | 100100 | 1100010 | 0 | 11011 | 100010110 | 1100000 | 100101 |
Color Harmonies of #7704BB
Complementary color
Monochromatic Colors of #7704BB
Black with #7704BB
Text Example
Text Example
White with #7704BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7704BB; }
p { color: rgb(119,4,187); }
H1.HeaderClassName
{
color: #7704BB;
}
.AnyTagClassName
{
color: #7704BB;
}
</style>
background-color css
<style>
a { background-color: #7704BB; }
a { background-color: rgb(119,4,187); }
div.DivClassName
{
background-color: #7704BB;
}
.BgClassName
{
background-color: #7704BB;
}
</style>
border-color css
<style>
span { border-color: #7704BB; }
span { border-color: rgb(119,4,187); }
td.TdClassName
{
border-color: #7704BB;
}
.TagClassName
{
border-color: #7704BB;
}
</style>