Shades of Blue Violet #730EDE
Tints of Blue Violet #730EDE
RGB
CMYK
RGB Variations
Color information
#730EDE (or 0x730EDE) is known color: Blue Violet. HEX triplet: 73, 0E and DE. RGB value is (115,14,222). Sum of RGB (Red+Green+Blue) = 115+14+222=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 222 (87.11% from 255 or 63.25% from 351); Max value from RGB is 222 - color contains mainly: blue. Hex color #730EDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730EDE is #8CF121. Grayscale: #434343. Windows color (decimal): -9236770 or 14552691. OLE color: 14552691.
HSL color Cylindrical-coordinate representation of color #730EDE: hue angle of 269.13º 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 #730EDE is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 14 | 222 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.13 |
| HSL | 269.13º | 0.88% | 0.46% | - |
| HSV(B) | 269.13º | 0.94% | 0.87% | - |
| XYZ | 20.41 | 9.23 | 69.81 | - |
| YUV | 67.91 | 214.96 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 222 | 0.48 | 0.94 | 0 | 0.13 | 269.13 | 0.88 | 0.46 |
| Hex | 73 | E | DE | 30 | 5E | 0 | D | 10D | 58 | 2E |
| Octal | 163 | 16 | 336 | 60 | 136 | 0 | 15 | 415 | 130 | 56 |
| Binary | 1110011 | 1110 | 11011110 | 110000 | 1011110 | 0 | 1101 | 100001101 | 1011000 | 101110 |
Color Harmonies of #730EDE
Complementary color
Monochromatic Colors of #730EDE
Black with #730EDE
Text Example
Text Example
White with #730EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730EDE; }
p { color: rgb(115,14,222); }
H1.HeaderClassName
{
color: #730EDE;
}
.AnyTagClassName
{
color: #730EDE;
}
</style>
background-color css
<style>
a { background-color: #730EDE; }
a { background-color: rgb(115,14,222); }
div.DivClassName
{
background-color: #730EDE;
}
.BgClassName
{
background-color: #730EDE;
}
</style>
border-color css
<style>
span { border-color: #730EDE; }
span { border-color: rgb(115,14,222); }
td.TdClassName
{
border-color: #730EDE;
}
.TagClassName
{
border-color: #730EDE;
}
</style>