Shades of Dark Violet #7206CA
Tints of Dark Violet #7206CA
RGB
CMYK
RGB Variations
Color information
#7206CA (or 0x7206CA) is known color: Dark Violet. HEX triplet: 72, 06 and CA. RGB value is (114,6,202). Sum of RGB (Red+Green+Blue) = 114+6+202=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 202 (79.30% from 255 or 62.73% from 322); Max value from RGB is 202 - color contains mainly: blue. Hex color #7206CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7206CA is #8DF935. Grayscale: #3B3B3B. Windows color (decimal): -9304374 or 13239922. OLE color: 13239922.
HSL color Cylindrical-coordinate representation of color #7206CA: hue angle of 273.06º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7206CA is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 6 | 202 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.21 |
| HSL | 273.06º | 0.94% | 0.41% | - |
| HSV(B) | 273.06º | 0.97% | 0.79% | - |
| XYZ | 17.67 | 7.97 | 56.48 | - |
| YUV | 60.64 | 207.78 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 6 | 202 | 0.44 | 0.97 | 0 | 0.21 | 273.06 | 0.94 | 0.41 |
| Hex | 72 | 6 | CA | 2C | 61 | 0 | 15 | 111 | 5E | 29 |
| Octal | 162 | 6 | 312 | 54 | 141 | 0 | 25 | 421 | 136 | 51 |
| Binary | 1110010 | 110 | 11001010 | 101100 | 1100001 | 0 | 10101 | 100010001 | 1011110 | 101001 |
Color Harmonies of #7206CA
Complementary color
Monochromatic Colors of #7206CA
Black with #7206CA
Text Example
Text Example
White with #7206CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7206CA; }
p { color: rgb(114,6,202); }
H1.HeaderClassName
{
color: #7206CA;
}
.AnyTagClassName
{
color: #7206CA;
}
</style>
background-color css
<style>
a { background-color: #7206CA; }
a { background-color: rgb(114,6,202); }
div.DivClassName
{
background-color: #7206CA;
}
.BgClassName
{
background-color: #7206CA;
}
</style>
border-color css
<style>
span { border-color: #7206CA; }
span { border-color: rgb(114,6,202); }
td.TdClassName
{
border-color: #7206CA;
}
.TagClassName
{
border-color: #7206CA;
}
</style>