Shades of Dark Violet #7206B7
Tints of Dark Violet #7206B7
RGB
CMYK
RGB Variations
Color information
#7206B7 (or 0x7206B7) is known color: Dark Violet. HEX triplet: 72, 06 and B7. RGB value is (114,6,183). Sum of RGB (Red+Green+Blue) = 114+6+183=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 183 (71.88% from 255 or 60.40% from 303); Max value from RGB is 183 - color contains mainly: blue. Hex color #7206B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7206B7 is #8DF948. Grayscale: #393939. Windows color (decimal): -9304393 or 11994738. OLE color: 11994738.
HSL color Cylindrical-coordinate representation of color #7206B7: hue angle of 276.61º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7206B7 is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 114 | 6 | 183 | - |
| CMYK | 0.38 | 0.97 | 0 | 0.28 |
| HSL | 276.61º | 0.94% | 0.37% | - |
| HSV(B) | 276.61º | 0.97% | 0.72% | - |
| XYZ | 15.55 | 7.13 | 45.36 | - |
| YUV | 58.47 | 198.28 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 6 | 183 | 0.38 | 0.97 | 0 | 0.28 | 276.61 | 0.94 | 0.37 |
| Hex | 72 | 6 | B7 | 26 | 61 | 0 | 1C | 115 | 5E | 25 |
| Octal | 162 | 6 | 267 | 46 | 141 | 0 | 34 | 425 | 136 | 45 |
| Binary | 1110010 | 110 | 10110111 | 100110 | 1100001 | 0 | 11100 | 100010101 | 1011110 | 100101 |
Color Harmonies of #7206B7
Complementary color
Monochromatic Colors of #7206B7
Black with #7206B7
Text Example
Text Example
White with #7206B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7206B7; }
p { color: rgb(114,6,183); }
H1.HeaderClassName
{
color: #7206B7;
}
.AnyTagClassName
{
color: #7206B7;
}
</style>
background-color css
<style>
a { background-color: #7206B7; }
a { background-color: rgb(114,6,183); }
div.DivClassName
{
background-color: #7206B7;
}
.BgClassName
{
background-color: #7206B7;
}
</style>
border-color css
<style>
span { border-color: #7206B7; }
span { border-color: rgb(114,6,183); }
td.TdClassName
{
border-color: #7206B7;
}
.TagClassName
{
border-color: #7206B7;
}
</style>