Shades of Dark Violet #7006BC
Tints of Dark Violet #7006BC
RGB
CMYK
RGB Variations
Color information
#7006BC (or 0x7006BC) is known color: Dark Violet. HEX triplet: 70, 06 and BC. RGB value is (112,6,188). Sum of RGB (Red+Green+Blue) = 112+6+188=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #7006BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7006BC is #8FF943. Grayscale: #393939. Windows color (decimal): -9435460 or 12322416. OLE color: 12322416.
HSL color Cylindrical-coordinate representation of color #7006BC: hue angle of 274.95º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7006BC is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 6 | 188 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.26 |
| HSL | 274.95º | 0.94% | 0.38% | - |
| HSV(B) | 274.95º | 0.97% | 0.74% | - |
| XYZ | 15.82 | 7.21 | 48.13 | - |
| YUV | 58.44 | 201.12 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 188 | 0.40 | 0.97 | 0 | 0.26 | 274.95 | 0.94 | 0.38 |
| Hex | 70 | 6 | BC | 28 | 61 | 0 | 1A | 113 | 5E | 26 |
| Octal | 160 | 6 | 274 | 50 | 141 | 0 | 32 | 423 | 136 | 46 |
| Binary | 1110000 | 110 | 10111100 | 101000 | 1100001 | 0 | 11010 | 100010011 | 1011110 | 100110 |
Color Harmonies of #7006BC
Complementary color
Monochromatic Colors of #7006BC
Black with #7006BC
Text Example
Text Example
White with #7006BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7006BC; }
p { color: rgb(112,6,188); }
H1.HeaderClassName
{
color: #7006BC;
}
.AnyTagClassName
{
color: #7006BC;
}
</style>
background-color css
<style>
a { background-color: #7006BC; }
a { background-color: rgb(112,6,188); }
div.DivClassName
{
background-color: #7006BC;
}
.BgClassName
{
background-color: #7006BC;
}
</style>
border-color css
<style>
span { border-color: #7006BC; }
span { border-color: rgb(112,6,188); }
td.TdClassName
{
border-color: #7006BC;
}
.TagClassName
{
border-color: #7006BC;
}
</style>