Shades of Blue Violet #730EDA
Tints of Blue Violet #730EDA
RGB
CMYK
RGB Variations
Color information
#730EDA (or 0x730EDA) is known color: Blue Violet. HEX triplet: 73, 0E and DA. RGB value is (115,14,218). Sum of RGB (Red+Green+Blue) = 115+14+218=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #730EDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730EDA is #8CF125. Grayscale: #424242. Windows color (decimal): -9236774 or 14290547. OLE color: 14290547.
HSL color Cylindrical-coordinate representation of color #730EDA: hue angle of 269.71º 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 #730EDA is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 14 | 218 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.15 |
| HSL | 269.71º | 0.88% | 0.45% | - |
| HSV(B) | 269.71º | 0.94% | 0.85% | - |
| XYZ | 19.88 | 9.02 | 67.02 | - |
| YUV | 67.46 | 212.96 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 218 | 0.47 | 0.94 | 0 | 0.15 | 269.71 | 0.88 | 0.45 |
| Hex | 73 | E | DA | 2F | 5E | 0 | F | 10E | 58 | 2D |
| Octal | 163 | 16 | 332 | 57 | 136 | 0 | 17 | 416 | 130 | 55 |
| Binary | 1110011 | 1110 | 11011010 | 101111 | 1011110 | 0 | 1111 | 100001110 | 1011000 | 101101 |
Color Harmonies of #730EDA
Complementary color
Monochromatic Colors of #730EDA
Black with #730EDA
Text Example
Text Example
White with #730EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730EDA; }
p { color: rgb(115,14,218); }
H1.HeaderClassName
{
color: #730EDA;
}
.AnyTagClassName
{
color: #730EDA;
}
</style>
background-color css
<style>
a { background-color: #730EDA; }
a { background-color: rgb(115,14,218); }
div.DivClassName
{
background-color: #730EDA;
}
.BgClassName
{
background-color: #730EDA;
}
</style>
border-color css
<style>
span { border-color: #730EDA; }
span { border-color: rgb(115,14,218); }
td.TdClassName
{
border-color: #730EDA;
}
.TagClassName
{
border-color: #730EDA;
}
</style>