Shades of Blue Violet #730FDD
Tints of Blue Violet #730FDD
RGB
CMYK
RGB Variations
Color information
#730FDD (or 0x730FDD) is known color: Blue Violet. HEX triplet: 73, 0F and DD. RGB value is (115,15,221). Sum of RGB (Red+Green+Blue) = 115+15+221=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #730FDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730FDD is #8CF022. Grayscale: #434343. Windows color (decimal): -9236515 or 14487411. OLE color: 14487411.
HSL color Cylindrical-coordinate representation of color #730FDD: hue angle of 269.13º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730FDD is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 15 | 221 | - |
| CMYK | 0.48 | 0.93 | 0 | 0.13 |
| HSL | 269.13º | 0.87% | 0.46% | - |
| HSV(B) | 269.13º | 0.93% | 0.87% | - |
| XYZ | 20.29 | 9.21 | 69.11 | - |
| YUV | 68.38 | 214.13 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 221 | 0.48 | 0.93 | 0 | 0.13 | 269.13 | 0.87 | 0.46 |
| Hex | 73 | F | DD | 30 | 5D | 0 | D | 10D | 57 | 2E |
| Octal | 163 | 17 | 335 | 60 | 135 | 0 | 15 | 415 | 127 | 56 |
| Binary | 1110011 | 1111 | 11011101 | 110000 | 1011101 | 0 | 1101 | 100001101 | 1010111 | 101110 |
Color Harmonies of #730FDD
Complementary color
Monochromatic Colors of #730FDD
Black with #730FDD
Text Example
Text Example
White with #730FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730FDD; }
p { color: rgb(115,15,221); }
H1.HeaderClassName
{
color: #730FDD;
}
.AnyTagClassName
{
color: #730FDD;
}
</style>
background-color css
<style>
a { background-color: #730FDD; }
a { background-color: rgb(115,15,221); }
div.DivClassName
{
background-color: #730FDD;
}
.BgClassName
{
background-color: #730FDD;
}
</style>
border-color css
<style>
span { border-color: #730FDD; }
span { border-color: rgb(115,15,221); }
td.TdClassName
{
border-color: #730FDD;
}
.TagClassName
{
border-color: #730FDD;
}
</style>