Shades of Blue Violet #730FD8
Tints of Blue Violet #730FD8
RGB
CMYK
RGB Variations
Color information
#730FD8 (or 0x730FD8) is known color: Blue Violet. HEX triplet: 73, 0F and D8. RGB value is (115,15,216). Sum of RGB (Red+Green+Blue) = 115+15+216=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 216 (84.77% from 255 or 62.43% from 346); Max value from RGB is 216 - color contains mainly: blue. Hex color #730FD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730FD8 is #8CF027. Grayscale: #434343. Windows color (decimal): -9236520 or 14159731. OLE color: 14159731.
HSL color Cylindrical-coordinate representation of color #730FD8: hue angle of 269.85º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730FD8 is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 15 | 216 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.15 |
| HSL | 269.85º | 0.87% | 0.45% | - |
| HSV(B) | 269.85º | 0.93% | 0.85% | - |
| XYZ | 19.64 | 8.94 | 65.66 | - |
| YUV | 67.81 | 211.63 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 216 | 0.47 | 0.93 | 0 | 0.15 | 269.85 | 0.87 | 0.45 |
| Hex | 73 | F | D8 | 2F | 5D | 0 | F | 10E | 57 | 2D |
| Octal | 163 | 17 | 330 | 57 | 135 | 0 | 17 | 416 | 127 | 55 |
| Binary | 1110011 | 1111 | 11011000 | 101111 | 1011101 | 0 | 1111 | 100001110 | 1010111 | 101101 |
Color Harmonies of #730FD8
Complementary color
Monochromatic Colors of #730FD8
Black with #730FD8
Text Example
Text Example
White with #730FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730FD8; }
p { color: rgb(115,15,216); }
H1.HeaderClassName
{
color: #730FD8;
}
.AnyTagClassName
{
color: #730FD8;
}
</style>
background-color css
<style>
a { background-color: #730FD8; }
a { background-color: rgb(115,15,216); }
div.DivClassName
{
background-color: #730FD8;
}
.BgClassName
{
background-color: #730FD8;
}
</style>
border-color css
<style>
span { border-color: #730FD8; }
span { border-color: rgb(115,15,216); }
td.TdClassName
{
border-color: #730FD8;
}
.TagClassName
{
border-color: #730FD8;
}
</style>