Shades of Blue Violet #730DDA
Tints of Blue Violet #730DDA
RGB
CMYK
RGB Variations
Color information
#730DDA (or 0x730DDA) is known color: Blue Violet. HEX triplet: 73, 0D and DA. RGB value is (115,13,218). Sum of RGB (Red+Green+Blue) = 115+13+218=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #730DDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730DDA is #8CF225. Grayscale: #424242. Windows color (decimal): -9237030 or 14290291. OLE color: 14290291.
HSL color Cylindrical-coordinate representation of color #730DDA: hue angle of 269.85º degrees, saturation: 0.89, 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 #730DDA is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 13 | 218 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.15 |
| HSL | 269.85º | 0.89% | 0.45% | - |
| HSV(B) | 269.85º | 0.94% | 0.85% | - |
| XYZ | 19.87 | 8.99 | 67.02 | - |
| YUV | 66.87 | 213.29 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 218 | 0.47 | 0.94 | 0 | 0.15 | 269.85 | 0.89 | 0.45 |
| Hex | 73 | D | DA | 2F | 5E | 0 | F | 10E | 59 | 2D |
| Octal | 163 | 15 | 332 | 57 | 136 | 0 | 17 | 416 | 131 | 55 |
| Binary | 1110011 | 1101 | 11011010 | 101111 | 1011110 | 0 | 1111 | 100001110 | 1011001 | 101101 |
Color Harmonies of #730DDA
Complementary color
Monochromatic Colors of #730DDA
Black with #730DDA
Text Example
Text Example
White with #730DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730DDA; }
p { color: rgb(115,13,218); }
H1.HeaderClassName
{
color: #730DDA;
}
.AnyTagClassName
{
color: #730DDA;
}
</style>
background-color css
<style>
a { background-color: #730DDA; }
a { background-color: rgb(115,13,218); }
div.DivClassName
{
background-color: #730DDA;
}
.BgClassName
{
background-color: #730DDA;
}
</style>
border-color css
<style>
span { border-color: #730DDA; }
span { border-color: rgb(115,13,218); }
td.TdClassName
{
border-color: #730DDA;
}
.TagClassName
{
border-color: #730DDA;
}
</style>