Shades of Dark Violet #7C00BB
Tints of Dark Violet #7C00BB
RGB
CMYK
RGB Variations
Color information
#7C00BB (or 0x7C00BB) is known color: Dark Violet. HEX triplet: 7C, 00 and BB. RGB value is (124,0,187). Sum of RGB (Red+Green+Blue) = 124+0+187=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 187 (73.44% from 255 or 60.13% from 311); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C00BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C00BB is #83FF44. Grayscale: #393939. Windows color (decimal): -8650565 or 12255356. OLE color: 12255356.
HSL color Cylindrical-coordinate representation of color #7C00BB: hue angle of 279.79º 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 #7C00BB is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 0 | 187 | - |
| CMYK | 0.34 | 1 | 0 | 0.27 |
| HSL | 279.79º | 1% | 0.37% | - |
| HSV(B) | 279.79º | 1% | 0.73% | - |
| XYZ | 17.28 | 7.87 | 47.62 | - |
| YUV | 58.39 | 200.58 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 0 | 187 | 0.34 | 1 | 0 | 0.27 | 279.79 | 1 | 0.37 |
| Hex | 7C | 0 | BB | 22 | 64 | 0 | 1B | 118 | 64 | 25 |
| Octal | 174 | 0 | 273 | 42 | 144 | 0 | 33 | 430 | 144 | 45 |
| Binary | 1111100 | 0 | 10111011 | 100010 | 1100100 | 0 | 11011 | 100011000 | 1100100 | 100101 |
Color Harmonies of #7C00BB
Complementary color
Monochromatic Colors of #7C00BB
Black with #7C00BB
Text Example
Text Example
White with #7C00BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C00BB; }
p { color: rgb(124,0,187); }
H1.HeaderClassName
{
color: #7C00BB;
}
.AnyTagClassName
{
color: #7C00BB;
}
</style>
background-color css
<style>
a { background-color: #7C00BB; }
a { background-color: rgb(124,0,187); }
div.DivClassName
{
background-color: #7C00BB;
}
.BgClassName
{
background-color: #7C00BB;
}
</style>
border-color css
<style>
span { border-color: #7C00BB; }
span { border-color: rgb(124,0,187); }
td.TdClassName
{
border-color: #7C00BB;
}
.TagClassName
{
border-color: #7C00BB;
}
</style>