Shades of Dark Violet #7208D0
Tints of Dark Violet #7208D0
RGB
CMYK
RGB Variations
Color information
#7208D0 (or 0x7208D0) is known color: Dark Violet. HEX triplet: 72, 08 and D0. RGB value is (114,8,208). Sum of RGB (Red+Green+Blue) = 114+8+208=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 208 (81.64% from 255 or 63.03% from 330); Max value from RGB is 208 - color contains mainly: blue. Hex color #7208D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7208D0 is #8DF72F. Grayscale: #3D3D3D. Windows color (decimal): -9303856 or 13633650. OLE color: 13633650.
HSL color Cylindrical-coordinate representation of color #7208D0: hue angle of 271.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7208D0 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 8 | 208 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.18 |
| HSL | 271.8º | 0.93% | 0.42% | - |
| HSV(B) | 271.8º | 0.96% | 0.82% | - |
| XYZ | 18.41 | 8.31 | 60.31 | - |
| YUV | 62.49 | 210.12 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 8 | 208 | 0.45 | 0.96 | 0 | 0.18 | 271.8 | 0.93 | 0.42 |
| Hex | 72 | 8 | D0 | 2D | 60 | 0 | 12 | 110 | 5D | 2A |
| Octal | 162 | 10 | 320 | 55 | 140 | 0 | 22 | 420 | 135 | 52 |
| Binary | 1110010 | 1000 | 11010000 | 101101 | 1100000 | 0 | 10010 | 100010000 | 1011101 | 101010 |
Color Harmonies of #7208D0
Complementary color
Monochromatic Colors of #7208D0
Black with #7208D0
Text Example
Text Example
White with #7208D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7208D0; }
p { color: rgb(114,8,208); }
H1.HeaderClassName
{
color: #7208D0;
}
.AnyTagClassName
{
color: #7208D0;
}
</style>
background-color css
<style>
a { background-color: #7208D0; }
a { background-color: rgb(114,8,208); }
div.DivClassName
{
background-color: #7208D0;
}
.BgClassName
{
background-color: #7208D0;
}
</style>
border-color css
<style>
span { border-color: #7208D0; }
span { border-color: rgb(114,8,208); }
td.TdClassName
{
border-color: #7208D0;
}
.TagClassName
{
border-color: #7208D0;
}
</style>