Shades of Dark Violet #7207BC
Tints of Dark Violet #7207BC
RGB
CMYK
RGB Variations
Color information
#7207BC (or 0x7207BC) is known color: Dark Violet. HEX triplet: 72, 07 and BC. RGB value is (114,7,188). Sum of RGB (Red+Green+Blue) = 114+7+188=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #7207BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7207BC is #8DF843. Grayscale: #3B3B3B. Windows color (decimal): -9304132 or 12322674. OLE color: 12322674.
HSL color Cylindrical-coordinate representation of color #7207BC: hue angle of 275.47º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7207BC is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 7 | 188 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.26 |
| HSL | 275.47º | 0.93% | 0.38% | - |
| HSV(B) | 275.47º | 0.96% | 0.74% | - |
| XYZ | 16.09 | 7.36 | 48.15 | - |
| YUV | 59.63 | 200.45 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 7 | 188 | 0.39 | 0.96 | 0 | 0.26 | 275.47 | 0.93 | 0.38 |
| Hex | 72 | 7 | BC | 27 | 60 | 0 | 1A | 113 | 5D | 26 |
| Octal | 162 | 7 | 274 | 47 | 140 | 0 | 32 | 423 | 135 | 46 |
| Binary | 1110010 | 111 | 10111100 | 100111 | 1100000 | 0 | 11010 | 100010011 | 1011101 | 100110 |
Color Harmonies of #7207BC
Complementary color
Monochromatic Colors of #7207BC
Black with #7207BC
Text Example
Text Example
White with #7207BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7207BC; }
p { color: rgb(114,7,188); }
H1.HeaderClassName
{
color: #7207BC;
}
.AnyTagClassName
{
color: #7207BC;
}
</style>
background-color css
<style>
a { background-color: #7207BC; }
a { background-color: rgb(114,7,188); }
div.DivClassName
{
background-color: #7207BC;
}
.BgClassName
{
background-color: #7207BC;
}
</style>
border-color css
<style>
span { border-color: #7207BC; }
span { border-color: rgb(114,7,188); }
td.TdClassName
{
border-color: #7207BC;
}
.TagClassName
{
border-color: #7207BC;
}
</style>