Shades of Dark Violet #730BDB
Tints of Dark Violet #730BDB
RGB
CMYK
RGB Variations
Color information
#730BDB (or 0x730BDB) is known color: Dark Violet. HEX triplet: 73, 0B and DB. RGB value is (115,11,219). Sum of RGB (Red+Green+Blue) = 115+11+219=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #730BDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730BDB is #8CF424. Grayscale: #414141. Windows color (decimal): -9237541 or 14355315. OLE color: 14355315.
HSL color Cylindrical-coordinate representation of color #730BDB: hue angle of 270º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730BDB is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 11 | 219 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.14 |
| HSL | 270º | 0.9% | 0.45% | - |
| HSV(B) | 270º | 0.95% | 0.86% | - |
| XYZ | 19.98 | 9 | 67.7 | - |
| YUV | 65.81 | 214.46 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 219 | 0.47 | 0.95 | 0 | 0.14 | 270 | 0.9 | 0.45 |
| Hex | 73 | B | DB | 2F | 5F | 0 | E | 10E | 5A | 2D |
| Octal | 163 | 13 | 333 | 57 | 137 | 0 | 16 | 416 | 132 | 55 |
| Binary | 1110011 | 1011 | 11011011 | 101111 | 1011111 | 0 | 1110 | 100001110 | 1011010 | 101101 |
Color Harmonies of #730BDB
Complementary color
Monochromatic Colors of #730BDB
Black with #730BDB
Text Example
Text Example
White with #730BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730BDB; }
p { color: rgb(115,11,219); }
H1.HeaderClassName
{
color: #730BDB;
}
.AnyTagClassName
{
color: #730BDB;
}
</style>
background-color css
<style>
a { background-color: #730BDB; }
a { background-color: rgb(115,11,219); }
div.DivClassName
{
background-color: #730BDB;
}
.BgClassName
{
background-color: #730BDB;
}
</style>
border-color css
<style>
span { border-color: #730BDB; }
span { border-color: rgb(115,11,219); }
td.TdClassName
{
border-color: #730BDB;
}
.TagClassName
{
border-color: #730BDB;
}
</style>