Shades of Dark Violet #7000BB
Tints of Dark Violet #7000BB
RGB
CMYK
RGB Variations
Color information
#7000BB (or 0x7000BB) is known color: Dark Violet. HEX triplet: 70, 00 and BB. RGB value is (112,0,187). Sum of RGB (Red+Green+Blue) = 112+0+187=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #7000BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7000BB is #8FFF44. Grayscale: #363636. Windows color (decimal): -9436997 or 12255344. OLE color: 12255344.
HSL color Cylindrical-coordinate representation of color #7000BB: hue angle of 275.94º 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 #7000BB is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 0 | 187 | - |
| CMYK | 0.40 | 1 | 0 | 0.27 |
| HSL | 275.94º | 1% | 0.37% | - |
| HSV(B) | 275.94º | 1% | 0.73% | - |
| XYZ | 15.65 | 7.03 | 47.55 | - |
| YUV | 54.81 | 202.61 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 187 | 0.40 | 1 | 0 | 0.27 | 275.94 | 1 | 0.37 |
| Hex | 70 | 0 | BB | 28 | 64 | 0 | 1B | 114 | 64 | 25 |
| Octal | 160 | 0 | 273 | 50 | 144 | 0 | 33 | 424 | 144 | 45 |
| Binary | 1110000 | 0 | 10111011 | 101000 | 1100100 | 0 | 11011 | 100010100 | 1100100 | 100101 |
Color Harmonies of #7000BB
Complementary color
Monochromatic Colors of #7000BB
Black with #7000BB
Text Example
Text Example
White with #7000BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7000BB; }
p { color: rgb(112,0,187); }
H1.HeaderClassName
{
color: #7000BB;
}
.AnyTagClassName
{
color: #7000BB;
}
</style>
background-color css
<style>
a { background-color: #7000BB; }
a { background-color: rgb(112,0,187); }
div.DivClassName
{
background-color: #7000BB;
}
.BgClassName
{
background-color: #7000BB;
}
</style>
border-color css
<style>
span { border-color: #7000BB; }
span { border-color: rgb(112,0,187); }
td.TdClassName
{
border-color: #7000BB;
}
.TagClassName
{
border-color: #7000BB;
}
</style>