Shades of Dark Violet #7202D0
Tints of Dark Violet #7202D0
RGB
CMYK
RGB Variations
Color information
#7202D0 (or 0x7202D0) is known color: Dark Violet. HEX triplet: 72, 02 and D0. RGB value is (114,2,208). Sum of RGB (Red+Green+Blue) = 114+2+208=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 208 (81.64% from 255 or 64.20% from 324); Max value from RGB is 208 - color contains mainly: blue. Hex color #7202D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7202D0 is #8DFD2F. Grayscale: #3A3A3A. Windows color (decimal): -9305392 or 13632114. OLE color: 13632114.
HSL color Cylindrical-coordinate representation of color #7202D0: hue angle of 272.62º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7202D0 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 2 | 208 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.18 |
| HSL | 272.62º | 0.98% | 0.41% | - |
| HSV(B) | 272.62º | 0.99% | 0.82% | - |
| XYZ | 18.35 | 8.17 | 60.29 | - |
| YUV | 58.97 | 212.11 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 2 | 208 | 0.45 | 0.99 | 0 | 0.18 | 272.62 | 0.98 | 0.41 |
| Hex | 72 | 2 | D0 | 2D | 63 | 0 | 12 | 111 | 62 | 29 |
| Octal | 162 | 2 | 320 | 55 | 143 | 0 | 22 | 421 | 142 | 51 |
| Binary | 1110010 | 10 | 11010000 | 101101 | 1100011 | 0 | 10010 | 100010001 | 1100010 | 101001 |
Color Harmonies of #7202D0
Complementary color
Monochromatic Colors of #7202D0
Black with #7202D0
Text Example
Text Example
White with #7202D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7202D0; }
p { color: rgb(114,2,208); }
H1.HeaderClassName
{
color: #7202D0;
}
.AnyTagClassName
{
color: #7202D0;
}
</style>
background-color css
<style>
a { background-color: #7202D0; }
a { background-color: rgb(114,2,208); }
div.DivClassName
{
background-color: #7202D0;
}
.BgClassName
{
background-color: #7202D0;
}
</style>
border-color css
<style>
span { border-color: #7202D0; }
span { border-color: rgb(114,2,208); }
td.TdClassName
{
border-color: #7202D0;
}
.TagClassName
{
border-color: #7202D0;
}
</style>