Shades of Blue Violet #720DDD
Tints of Blue Violet #720DDD
RGB
CMYK
RGB Variations
Color information
#720DDD (or 0x720DDD) is known color: Blue Violet. HEX triplet: 72, 0D and DD. RGB value is (114,13,221). Sum of RGB (Red+Green+Blue) = 114+13+221=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 13 (5.47% from 255 or 3.74% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #720DDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720DDD is #8DF222. Grayscale: #424242. Windows color (decimal): -9302563 or 14486898. OLE color: 14486898.
HSL color Cylindrical-coordinate representation of color #720DDD: hue angle of 269.13º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720DDD is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 13 | 221 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.13 |
| HSL | 269.13º | 0.89% | 0.46% | - |
| HSV(B) | 269.13º | 0.94% | 0.87% | - |
| XYZ | 20.13 | 9.09 | 69.1 | - |
| YUV | 66.91 | 214.96 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 13 | 221 | 0.48 | 0.94 | 0 | 0.13 | 269.13 | 0.89 | 0.46 |
| Hex | 72 | D | DD | 30 | 5E | 0 | D | 10D | 59 | 2E |
| Octal | 162 | 15 | 335 | 60 | 136 | 0 | 15 | 415 | 131 | 56 |
| Binary | 1110010 | 1101 | 11011101 | 110000 | 1011110 | 0 | 1101 | 100001101 | 1011001 | 101110 |
Color Harmonies of #720DDD
Complementary color
Monochromatic Colors of #720DDD
Black with #720DDD
Text Example
Text Example
White with #720DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720DDD; }
p { color: rgb(114,13,221); }
H1.HeaderClassName
{
color: #720DDD;
}
.AnyTagClassName
{
color: #720DDD;
}
</style>
background-color css
<style>
a { background-color: #720DDD; }
a { background-color: rgb(114,13,221); }
div.DivClassName
{
background-color: #720DDD;
}
.BgClassName
{
background-color: #720DDD;
}
</style>
border-color css
<style>
span { border-color: #720DDD; }
span { border-color: rgb(114,13,221); }
td.TdClassName
{
border-color: #720DDD;
}
.TagClassName
{
border-color: #720DDD;
}
</style>