Shades of Blue Violet #720FDF
Tints of Blue Violet #720FDF
RGB
CMYK
RGB Variations
Color information
#720FDF (or 0x720FDF) is known color: Blue Violet. HEX triplet: 72, 0F and DF. RGB value is (114,15,223). Sum of RGB (Red+Green+Blue) = 114+15+223=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #720FDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720FDF is #8DF020. Grayscale: #434343. Windows color (decimal): -9302049 or 14618482. OLE color: 14618482.
HSL color Cylindrical-coordinate representation of color #720FDF: hue angle of 268.56º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720FDF is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 15 | 223 | - |
| CMYK | 0.49 | 0.93 | 0 | 0.13 |
| HSL | 268.56º | 0.87% | 0.47% | - |
| HSV(B) | 268.56º | 0.93% | 0.87% | - |
| XYZ | 20.43 | 9.25 | 70.52 | - |
| YUV | 68.31 | 215.3 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 15 | 223 | 0.49 | 0.93 | 0 | 0.13 | 268.56 | 0.87 | 0.47 |
| Hex | 72 | F | DF | 31 | 5D | 0 | D | 10D | 57 | 2F |
| Octal | 162 | 17 | 337 | 61 | 135 | 0 | 15 | 415 | 127 | 57 |
| Binary | 1110010 | 1111 | 11011111 | 110001 | 1011101 | 0 | 1101 | 100001101 | 1010111 | 101111 |
Color Harmonies of #720FDF
Complementary color
Monochromatic Colors of #720FDF
Black with #720FDF
Text Example
Text Example
White with #720FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720FDF; }
p { color: rgb(114,15,223); }
H1.HeaderClassName
{
color: #720FDF;
}
.AnyTagClassName
{
color: #720FDF;
}
</style>
background-color css
<style>
a { background-color: #720FDF; }
a { background-color: rgb(114,15,223); }
div.DivClassName
{
background-color: #720FDF;
}
.BgClassName
{
background-color: #720FDF;
}
</style>
border-color css
<style>
span { border-color: #720FDF; }
span { border-color: rgb(114,15,223); }
td.TdClassName
{
border-color: #720FDF;
}
.TagClassName
{
border-color: #720FDF;
}
</style>