Shades of Dark Violet #7206BE
Tints of Dark Violet #7206BE
RGB
CMYK
RGB Variations
Color information
#7206BE (or 0x7206BE) is known color: Dark Violet. HEX triplet: 72, 06 and BE. RGB value is (114,6,190). Sum of RGB (Red+Green+Blue) = 114+6+190=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #7206BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7206BE is #8DF941. Grayscale: #3A3A3A. Windows color (decimal): -9304386 or 12453490. OLE color: 12453490.
HSL color Cylindrical-coordinate representation of color #7206BE: hue angle of 275.22º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7206BE is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 6 | 190 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.25 |
| HSL | 275.22º | 0.94% | 0.38% | - |
| HSV(B) | 275.22º | 0.97% | 0.75% | - |
| XYZ | 16.3 | 7.43 | 49.29 | - |
| YUV | 59.27 | 201.78 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 6 | 190 | 0.40 | 0.97 | 0 | 0.25 | 275.22 | 0.94 | 0.38 |
| Hex | 72 | 6 | BE | 28 | 61 | 0 | 19 | 113 | 5E | 26 |
| Octal | 162 | 6 | 276 | 50 | 141 | 0 | 31 | 423 | 136 | 46 |
| Binary | 1110010 | 110 | 10111110 | 101000 | 1100001 | 0 | 11001 | 100010011 | 1011110 | 100110 |
Color Harmonies of #7206BE
Complementary color
Monochromatic Colors of #7206BE
Black with #7206BE
Text Example
Text Example
White with #7206BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7206BE; }
p { color: rgb(114,6,190); }
H1.HeaderClassName
{
color: #7206BE;
}
.AnyTagClassName
{
color: #7206BE;
}
</style>
background-color css
<style>
a { background-color: #7206BE; }
a { background-color: rgb(114,6,190); }
div.DivClassName
{
background-color: #7206BE;
}
.BgClassName
{
background-color: #7206BE;
}
</style>
border-color css
<style>
span { border-color: #7206BE; }
span { border-color: rgb(114,6,190); }
td.TdClassName
{
border-color: #7206BE;
}
.TagClassName
{
border-color: #7206BE;
}
</style>