Shades of Dark Violet #7205D0
Tints of Dark Violet #7205D0
RGB
CMYK
RGB Variations
Color information
#7205D0 (or 0x7205D0) is known color: Dark Violet. HEX triplet: 72, 05 and D0. RGB value is (114,5,208). Sum of RGB (Red+Green+Blue) = 114+5+208=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 5 (2.34% from 255 or 1.53% from 327); Blue value is 208 (81.64% from 255 or 63.61% from 327); Max value from RGB is 208 - color contains mainly: blue. Hex color #7205D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7205D0 is #8DFA2F. Grayscale: #3C3C3C. Windows color (decimal): -9304624 or 13632882. OLE color: 13632882.
HSL color Cylindrical-coordinate representation of color #7205D0: hue angle of 272.22º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7205D0 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 5 | 208 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.18 |
| HSL | 272.22º | 0.95% | 0.42% | - |
| HSV(B) | 272.22º | 0.98% | 0.82% | - |
| XYZ | 18.38 | 8.24 | 60.3 | - |
| YUV | 60.73 | 211.11 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 5 | 208 | 0.45 | 0.98 | 0 | 0.18 | 272.22 | 0.95 | 0.42 |
| Hex | 72 | 5 | D0 | 2D | 62 | 0 | 12 | 110 | 5F | 2A |
| Octal | 162 | 5 | 320 | 55 | 142 | 0 | 22 | 420 | 137 | 52 |
| Binary | 1110010 | 101 | 11010000 | 101101 | 1100010 | 0 | 10010 | 100010000 | 1011111 | 101010 |
Color Harmonies of #7205D0
Complementary color
Monochromatic Colors of #7205D0
Black with #7205D0
Text Example
Text Example
White with #7205D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7205D0; }
p { color: rgb(114,5,208); }
H1.HeaderClassName
{
color: #7205D0;
}
.AnyTagClassName
{
color: #7205D0;
}
</style>
background-color css
<style>
a { background-color: #7205D0; }
a { background-color: rgb(114,5,208); }
div.DivClassName
{
background-color: #7205D0;
}
.BgClassName
{
background-color: #7205D0;
}
</style>
border-color css
<style>
span { border-color: #7205D0; }
span { border-color: rgb(114,5,208); }
td.TdClassName
{
border-color: #7205D0;
}
.TagClassName
{
border-color: #7205D0;
}
</style>