Shades of Blue Violet #730EDD
Tints of Blue Violet #730EDD
RGB
CMYK
RGB Variations
Color information
#730EDD (or 0x730EDD) is known color: Blue Violet. HEX triplet: 73, 0E and DD. RGB value is (115,14,221). Sum of RGB (Red+Green+Blue) = 115+14+221=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #730EDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730EDD is #8CF122. Grayscale: #434343. Windows color (decimal): -9236771 or 14487155. OLE color: 14487155.
HSL color Cylindrical-coordinate representation of color #730EDD: hue angle of 269.28º 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 #730EDD is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 14 | 221 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.13 |
| HSL | 269.28º | 0.88% | 0.46% | - |
| HSV(B) | 269.28º | 0.94% | 0.87% | - |
| XYZ | 20.28 | 9.18 | 69.11 | - |
| YUV | 67.8 | 214.46 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 221 | 0.48 | 0.94 | 0 | 0.13 | 269.28 | 0.88 | 0.46 |
| Hex | 73 | E | DD | 30 | 5E | 0 | D | 10D | 58 | 2E |
| Octal | 163 | 16 | 335 | 60 | 136 | 0 | 15 | 415 | 130 | 56 |
| Binary | 1110011 | 1110 | 11011101 | 110000 | 1011110 | 0 | 1101 | 100001101 | 1011000 | 101110 |
Color Harmonies of #730EDD
Complementary color
Monochromatic Colors of #730EDD
Black with #730EDD
Text Example
Text Example
White with #730EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730EDD; }
p { color: rgb(115,14,221); }
H1.HeaderClassName
{
color: #730EDD;
}
.AnyTagClassName
{
color: #730EDD;
}
</style>
background-color css
<style>
a { background-color: #730EDD; }
a { background-color: rgb(115,14,221); }
div.DivClassName
{
background-color: #730EDD;
}
.BgClassName
{
background-color: #730EDD;
}
</style>
border-color css
<style>
span { border-color: #730EDD; }
span { border-color: rgb(115,14,221); }
td.TdClassName
{
border-color: #730EDD;
}
.TagClassName
{
border-color: #730EDD;
}
</style>