Shades of Dark Violet #7604BB
Tints of Dark Violet #7604BB
RGB
CMYK
RGB Variations
Color information
#7604BB (or 0x7604BB) is known color: Dark Violet. HEX triplet: 76, 04 and BB. RGB value is (118,4,187). Sum of RGB (Red+Green+Blue) = 118+4+187=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #7604BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7604BB is #89FB44. Grayscale: #3A3A3A. Windows color (decimal): -9042757 or 12256374. OLE color: 12256374.
HSL color Cylindrical-coordinate representation of color #7604BB: hue angle of 277.38º 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 #7604BB is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 4 | 187 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.27 |
| HSL | 277.38º | 0.96% | 0.37% | - |
| HSV(B) | 277.38º | 0.98% | 0.73% | - |
| XYZ | 16.48 | 7.53 | 47.6 | - |
| YUV | 58.95 | 200.27 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 4 | 187 | 0.37 | 0.98 | 0 | 0.27 | 277.38 | 0.96 | 0.37 |
| Hex | 76 | 4 | BB | 25 | 62 | 0 | 1B | 115 | 60 | 25 |
| Octal | 166 | 4 | 273 | 45 | 142 | 0 | 33 | 425 | 140 | 45 |
| Binary | 1110110 | 100 | 10111011 | 100101 | 1100010 | 0 | 11011 | 100010101 | 1100000 | 100101 |
Color Harmonies of #7604BB
Complementary color
Monochromatic Colors of #7604BB
Black with #7604BB
Text Example
Text Example
White with #7604BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7604BB; }
p { color: rgb(118,4,187); }
H1.HeaderClassName
{
color: #7604BB;
}
.AnyTagClassName
{
color: #7604BB;
}
</style>
background-color css
<style>
a { background-color: #7604BB; }
a { background-color: rgb(118,4,187); }
div.DivClassName
{
background-color: #7604BB;
}
.BgClassName
{
background-color: #7604BB;
}
</style>
border-color css
<style>
span { border-color: #7604BB; }
span { border-color: rgb(118,4,187); }
td.TdClassName
{
border-color: #7604BB;
}
.TagClassName
{
border-color: #7604BB;
}
</style>