Shades of Blue Violet #730ED9
Tints of Blue Violet #730ED9
RGB
CMYK
RGB Variations
Color information
#730ED9 (or 0x730ED9) is known color: Blue Violet. HEX triplet: 73, 0E and D9. RGB value is (115,14,217). Sum of RGB (Red+Green+Blue) = 115+14+217=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 217 (85.16% from 255 or 62.72% from 346); Max value from RGB is 217 - color contains mainly: blue. Hex color #730ED9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730ED9 is #8CF126. Grayscale: #424242. Windows color (decimal): -9236775 or 14225011. OLE color: 14225011.
HSL color Cylindrical-coordinate representation of color #730ED9: hue angle of 269.85º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730ED9 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 14 | 217 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.15 |
| HSL | 269.85º | 0.88% | 0.45% | - |
| HSV(B) | 269.85º | 0.94% | 0.85% | - |
| XYZ | 19.75 | 8.97 | 66.34 | - |
| YUV | 67.34 | 212.46 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 217 | 0.47 | 0.94 | 0 | 0.15 | 269.85 | 0.88 | 0.45 |
| Hex | 73 | E | D9 | 2F | 5E | 0 | F | 10E | 58 | 2D |
| Octal | 163 | 16 | 331 | 57 | 136 | 0 | 17 | 416 | 130 | 55 |
| Binary | 1110011 | 1110 | 11011001 | 101111 | 1011110 | 0 | 1111 | 100001110 | 1011000 | 101101 |
Color Harmonies of #730ED9
Complementary color
Monochromatic Colors of #730ED9
Black with #730ED9
Text Example
Text Example
White with #730ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730ED9; }
p { color: rgb(115,14,217); }
H1.HeaderClassName
{
color: #730ED9;
}
.AnyTagClassName
{
color: #730ED9;
}
</style>
background-color css
<style>
a { background-color: #730ED9; }
a { background-color: rgb(115,14,217); }
div.DivClassName
{
background-color: #730ED9;
}
.BgClassName
{
background-color: #730ED9;
}
</style>
border-color css
<style>
span { border-color: #730ED9; }
span { border-color: rgb(115,14,217); }
td.TdClassName
{
border-color: #730ED9;
}
.TagClassName
{
border-color: #730ED9;
}
</style>