Shades of Blue Violet #730DDB
Tints of Blue Violet #730DDB
RGB
CMYK
RGB Variations
Color information
#730DDB (or 0x730DDB) is known color: Blue Violet. HEX triplet: 73, 0D and DB. RGB value is (115,13,219). Sum of RGB (Red+Green+Blue) = 115+13+219=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 13 (5.47% from 255 or 3.75% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #730DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730DDB is #8CF224. Grayscale: #424242. Windows color (decimal): -9237029 or 14355827. OLE color: 14355827.
HSL color Cylindrical-coordinate representation of color #730DDB: hue angle of 269.71º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730DDB is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 13 | 219 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.14 |
| HSL | 269.71º | 0.89% | 0.45% | - |
| HSV(B) | 269.71º | 0.94% | 0.86% | - |
| XYZ | 20 | 9.05 | 67.71 | - |
| YUV | 66.98 | 213.79 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 219 | 0.47 | 0.94 | 0 | 0.14 | 269.71 | 0.89 | 0.45 |
| Hex | 73 | D | DB | 2F | 5E | 0 | E | 10E | 59 | 2D |
| Octal | 163 | 15 | 333 | 57 | 136 | 0 | 16 | 416 | 131 | 55 |
| Binary | 1110011 | 1101 | 11011011 | 101111 | 1011110 | 0 | 1110 | 100001110 | 1011001 | 101101 |
Color Harmonies of #730DDB
Complementary color
Monochromatic Colors of #730DDB
Black with #730DDB
Text Example
Text Example
White with #730DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730DDB; }
p { color: rgb(115,13,219); }
H1.HeaderClassName
{
color: #730DDB;
}
.AnyTagClassName
{
color: #730DDB;
}
</style>
background-color css
<style>
a { background-color: #730DDB; }
a { background-color: rgb(115,13,219); }
div.DivClassName
{
background-color: #730DDB;
}
.BgClassName
{
background-color: #730DDB;
}
</style>
border-color css
<style>
span { border-color: #730DDB; }
span { border-color: rgb(115,13,219); }
td.TdClassName
{
border-color: #730DDB;
}
.TagClassName
{
border-color: #730DDB;
}
</style>