Shades of Dark Violet #7206BA
Tints of Dark Violet #7206BA
RGB
CMYK
RGB Variations
Color information
#7206BA (or 0x7206BA) is known color: Dark Violet. HEX triplet: 72, 06 and BA. RGB value is (114,6,186). Sum of RGB (Red+Green+Blue) = 114+6+186=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #7206BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7206BA is #8DF945. Grayscale: #3A3A3A. Windows color (decimal): -9304390 or 12191346. OLE color: 12191346.
HSL color Cylindrical-coordinate representation of color #7206BA: hue angle of 276º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7206BA is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 6 | 186 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.27 |
| HSL | 276º | 0.94% | 0.38% | - |
| HSV(B) | 276º | 0.97% | 0.73% | - |
| XYZ | 15.87 | 7.25 | 47.02 | - |
| YUV | 58.81 | 199.78 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 6 | 186 | 0.39 | 0.97 | 0 | 0.27 | 276 | 0.94 | 0.38 |
| Hex | 72 | 6 | BA | 27 | 61 | 0 | 1B | 114 | 5E | 26 |
| Octal | 162 | 6 | 272 | 47 | 141 | 0 | 33 | 424 | 136 | 46 |
| Binary | 1110010 | 110 | 10111010 | 100111 | 1100001 | 0 | 11011 | 100010100 | 1011110 | 100110 |
Color Harmonies of #7206BA
Complementary color
Monochromatic Colors of #7206BA
Black with #7206BA
Text Example
Text Example
White with #7206BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7206BA; }
p { color: rgb(114,6,186); }
H1.HeaderClassName
{
color: #7206BA;
}
.AnyTagClassName
{
color: #7206BA;
}
</style>
background-color css
<style>
a { background-color: #7206BA; }
a { background-color: rgb(114,6,186); }
div.DivClassName
{
background-color: #7206BA;
}
.BgClassName
{
background-color: #7206BA;
}
</style>
border-color css
<style>
span { border-color: #7206BA; }
span { border-color: rgb(114,6,186); }
td.TdClassName
{
border-color: #7206BA;
}
.TagClassName
{
border-color: #7206BA;
}
</style>