Shades of Blue Violet #730DD8
Tints of Blue Violet #730DD8
RGB
CMYK
RGB Variations
Color information
#730DD8 (or 0x730DD8) is known color: Blue Violet. HEX triplet: 73, 0D and D8. RGB value is (115,13,216). Sum of RGB (Red+Green+Blue) = 115+13+216=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 216 (84.77% from 255 or 62.79% from 344); Max value from RGB is 216 - color contains mainly: blue. Hex color #730DD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730DD8 is #8CF227. Grayscale: #414141. Windows color (decimal): -9237032 or 14159219. OLE color: 14159219.
HSL color Cylindrical-coordinate representation of color #730DD8: hue angle of 270.15º 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 #730DD8 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 13 | 216 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.15 |
| HSL | 270.15º | 0.89% | 0.45% | - |
| HSV(B) | 270.15º | 0.94% | 0.85% | - |
| XYZ | 19.61 | 8.89 | 65.65 | - |
| YUV | 66.64 | 212.29 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 216 | 0.47 | 0.94 | 0 | 0.15 | 270.15 | 0.89 | 0.45 |
| Hex | 73 | D | D8 | 2F | 5E | 0 | F | 10E | 59 | 2D |
| Octal | 163 | 15 | 330 | 57 | 136 | 0 | 17 | 416 | 131 | 55 |
| Binary | 1110011 | 1101 | 11011000 | 101111 | 1011110 | 0 | 1111 | 100001110 | 1011001 | 101101 |
Color Harmonies of #730DD8
Complementary color
Monochromatic Colors of #730DD8
Black with #730DD8
Text Example
Text Example
White with #730DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730DD8; }
p { color: rgb(115,13,216); }
H1.HeaderClassName
{
color: #730DD8;
}
.AnyTagClassName
{
color: #730DD8;
}
</style>
background-color css
<style>
a { background-color: #730DD8; }
a { background-color: rgb(115,13,216); }
div.DivClassName
{
background-color: #730DD8;
}
.BgClassName
{
background-color: #730DD8;
}
</style>
border-color css
<style>
span { border-color: #730DD8; }
span { border-color: rgb(115,13,216); }
td.TdClassName
{
border-color: #730DD8;
}
.TagClassName
{
border-color: #730DD8;
}
</style>