Shades of Blue Violet #730FDB
Tints of Blue Violet #730FDB
RGB
CMYK
RGB Variations
Color information
#730FDB (or 0x730FDB) is known color: Blue Violet. HEX triplet: 73, 0F and DB. RGB value is (115,15,219). Sum of RGB (Red+Green+Blue) = 115+15+219=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #730FDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730FDB is #8CF024. Grayscale: #434343. Windows color (decimal): -9236517 or 14356339. OLE color: 14356339.
HSL color Cylindrical-coordinate representation of color #730FDB: hue angle of 269.41º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730FDB is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 15 | 219 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.14 |
| HSL | 269.41º | 0.87% | 0.46% | - |
| HSV(B) | 269.41º | 0.93% | 0.86% | - |
| XYZ | 20.03 | 9.1 | 67.72 | - |
| YUV | 68.16 | 213.13 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 219 | 0.47 | 0.93 | 0 | 0.14 | 269.41 | 0.87 | 0.46 |
| Hex | 73 | F | DB | 2F | 5D | 0 | E | 10D | 57 | 2E |
| Octal | 163 | 17 | 333 | 57 | 135 | 0 | 16 | 415 | 127 | 56 |
| Binary | 1110011 | 1111 | 11011011 | 101111 | 1011101 | 0 | 1110 | 100001101 | 1010111 | 101110 |
Color Harmonies of #730FDB
Complementary color
Monochromatic Colors of #730FDB
Black with #730FDB
Text Example
Text Example
White with #730FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730FDB; }
p { color: rgb(115,15,219); }
H1.HeaderClassName
{
color: #730FDB;
}
.AnyTagClassName
{
color: #730FDB;
}
</style>
background-color css
<style>
a { background-color: #730FDB; }
a { background-color: rgb(115,15,219); }
div.DivClassName
{
background-color: #730FDB;
}
.BgClassName
{
background-color: #730FDB;
}
</style>
border-color css
<style>
span { border-color: #730FDB; }
span { border-color: rgb(115,15,219); }
td.TdClassName
{
border-color: #730FDB;
}
.TagClassName
{
border-color: #730FDB;
}
</style>