Shades of Blue Violet #730EDF
Tints of Blue Violet #730EDF
RGB
CMYK
RGB Variations
Color information
#730EDF (or 0x730EDF) is known color: Blue Violet. HEX triplet: 73, 0E and DF. RGB value is (115,14,223). Sum of RGB (Red+Green+Blue) = 115+14+223=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 14 (5.86% from 255 or 3.98% 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 #730EDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730EDF is #8CF120. Grayscale: #434343. Windows color (decimal): -9236769 or 14618227. OLE color: 14618227.
HSL color Cylindrical-coordinate representation of color #730EDF: hue angle of 269º degrees, saturation: 0.88, 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 #730EDF is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 14 | 223 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.13 |
| HSL | 269º | 0.88% | 0.46% | - |
| HSV(B) | 269º | 0.94% | 0.87% | - |
| XYZ | 20.55 | 9.29 | 70.52 | - |
| YUV | 68.03 | 215.46 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 223 | 0.48 | 0.94 | 0 | 0.13 | 269 | 0.88 | 0.46 |
| Hex | 73 | E | DF | 30 | 5E | 0 | D | 10D | 58 | 2E |
| Octal | 163 | 16 | 337 | 60 | 136 | 0 | 15 | 415 | 130 | 56 |
| Binary | 1110011 | 1110 | 11011111 | 110000 | 1011110 | 0 | 1101 | 100001101 | 1011000 | 101110 |
Color Harmonies of #730EDF
Complementary color
Monochromatic Colors of #730EDF
Black with #730EDF
Text Example
Text Example
White with #730EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730EDF; }
p { color: rgb(115,14,223); }
H1.HeaderClassName
{
color: #730EDF;
}
.AnyTagClassName
{
color: #730EDF;
}
</style>
background-color css
<style>
a { background-color: #730EDF; }
a { background-color: rgb(115,14,223); }
div.DivClassName
{
background-color: #730EDF;
}
.BgClassName
{
background-color: #730EDF;
}
</style>
border-color css
<style>
span { border-color: #730EDF; }
span { border-color: rgb(115,14,223); }
td.TdClassName
{
border-color: #730EDF;
}
.TagClassName
{
border-color: #730EDF;
}
</style>