Shades of Blue Violet #730EDB
Tints of Blue Violet #730EDB
RGB
CMYK
RGB Variations
Color information
#730EDB (or 0x730EDB) is known color: Blue Violet. HEX triplet: 73, 0E and DB. RGB value is (115,14,219). Sum of RGB (Red+Green+Blue) = 115+14+219=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #730EDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730EDB is #8CF124. Grayscale: #424242. Windows color (decimal): -9236773 or 14356083. OLE color: 14356083.
HSL color Cylindrical-coordinate representation of color #730EDB: hue angle of 269.56º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730EDB is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 14 | 219 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.14 |
| HSL | 269.56º | 0.88% | 0.46% | - |
| HSV(B) | 269.56º | 0.94% | 0.86% | - |
| XYZ | 20.01 | 9.07 | 67.71 | - |
| YUV | 67.57 | 213.46 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 219 | 0.47 | 0.94 | 0 | 0.14 | 269.56 | 0.88 | 0.46 |
| Hex | 73 | E | DB | 2F | 5E | 0 | E | 10E | 58 | 2E |
| Octal | 163 | 16 | 333 | 57 | 136 | 0 | 16 | 416 | 130 | 56 |
| Binary | 1110011 | 1110 | 11011011 | 101111 | 1011110 | 0 | 1110 | 100001110 | 1011000 | 101110 |
Color Harmonies of #730EDB
Complementary color
Monochromatic Colors of #730EDB
Black with #730EDB
Text Example
Text Example
White with #730EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730EDB; }
p { color: rgb(115,14,219); }
H1.HeaderClassName
{
color: #730EDB;
}
.AnyTagClassName
{
color: #730EDB;
}
</style>
background-color css
<style>
a { background-color: #730EDB; }
a { background-color: rgb(115,14,219); }
div.DivClassName
{
background-color: #730EDB;
}
.BgClassName
{
background-color: #730EDB;
}
</style>
border-color css
<style>
span { border-color: #730EDB; }
span { border-color: rgb(115,14,219); }
td.TdClassName
{
border-color: #730EDB;
}
.TagClassName
{
border-color: #730EDB;
}
</style>