Shades of Dark Violet #7206C5
Tints of Dark Violet #7206C5
RGB
CMYK
RGB Variations
Color information
#7206C5 (or 0x7206C5) is known color: Dark Violet. HEX triplet: 72, 06 and C5. RGB value is (114,6,197). Sum of RGB (Red+Green+Blue) = 114+6+197=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 197 (77.34% from 255 or 62.15% from 317); Max value from RGB is 197 - color contains mainly: blue. Hex color #7206C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7206C5 is #8DF93A. Grayscale: #3B3B3B. Windows color (decimal): -9304379 or 12912242. OLE color: 12912242.
HSL color Cylindrical-coordinate representation of color #7206C5: hue angle of 273.93º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7206C5 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 6 | 197 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.23 |
| HSL | 273.93º | 0.94% | 0.4% | - |
| HSV(B) | 273.93º | 0.97% | 0.77% | - |
| XYZ | 17.08 | 7.74 | 53.42 | - |
| YUV | 60.07 | 205.28 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 6 | 197 | 0.42 | 0.97 | 0 | 0.23 | 273.93 | 0.94 | 0.4 |
| Hex | 72 | 6 | C5 | 2A | 61 | 0 | 17 | 112 | 5E | 28 |
| Octal | 162 | 6 | 305 | 52 | 141 | 0 | 27 | 422 | 136 | 50 |
| Binary | 1110010 | 110 | 11000101 | 101010 | 1100001 | 0 | 10111 | 100010010 | 1011110 | 101000 |
Color Harmonies of #7206C5
Complementary color
Monochromatic Colors of #7206C5
Black with #7206C5
Text Example
Text Example
White with #7206C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7206C5; }
p { color: rgb(114,6,197); }
H1.HeaderClassName
{
color: #7206C5;
}
.AnyTagClassName
{
color: #7206C5;
}
</style>
background-color css
<style>
a { background-color: #7206C5; }
a { background-color: rgb(114,6,197); }
div.DivClassName
{
background-color: #7206C5;
}
.BgClassName
{
background-color: #7206C5;
}
</style>
border-color css
<style>
span { border-color: #7206C5; }
span { border-color: rgb(114,6,197); }
td.TdClassName
{
border-color: #7206C5;
}
.TagClassName
{
border-color: #7206C5;
}
</style>