Shades of Blue Violet #730FE1
Tints of Blue Violet #730FE1
RGB
CMYK
RGB Variations
Color information
#730FE1 (or 0x730FE1) is known color: Blue Violet. HEX triplet: 73, 0F and E1. RGB value is (115,15,225). Sum of RGB (Red+Green+Blue) = 115+15+225=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 225 (88.28% from 255 or 63.38% from 355); Max value from RGB is 225 - color contains mainly: blue. Hex color #730FE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730FE1 is #8CF01E. Grayscale: #444444. Windows color (decimal): -9236511 or 14749555. OLE color: 14749555.
HSL color Cylindrical-coordinate representation of color #730FE1: hue angle of 268.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730FE1 is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 15 | 225 | - |
| CMYK | 0.49 | 0.93 | 0 | 0.12 |
| HSL | 268.57º | 0.88% | 0.47% | - |
| HSV(B) | 268.57º | 0.93% | 0.88% | - |
| XYZ | 20.83 | 9.42 | 71.95 | - |
| YUV | 68.84 | 216.13 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 225 | 0.49 | 0.93 | 0 | 0.12 | 268.57 | 0.88 | 0.47 |
| Hex | 73 | F | E1 | 31 | 5D | 0 | C | 10D | 58 | 2F |
| Octal | 163 | 17 | 341 | 61 | 135 | 0 | 14 | 415 | 130 | 57 |
| Binary | 1110011 | 1111 | 11100001 | 110001 | 1011101 | 0 | 1100 | 100001101 | 1011000 | 101111 |
Color Harmonies of #730FE1
Complementary color
Monochromatic Colors of #730FE1
Black with #730FE1
Text Example
Text Example
White with #730FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730FE1; }
p { color: rgb(115,15,225); }
H1.HeaderClassName
{
color: #730FE1;
}
.AnyTagClassName
{
color: #730FE1;
}
</style>
background-color css
<style>
a { background-color: #730FE1; }
a { background-color: rgb(115,15,225); }
div.DivClassName
{
background-color: #730FE1;
}
.BgClassName
{
background-color: #730FE1;
}
</style>
border-color css
<style>
span { border-color: #730FE1; }
span { border-color: rgb(115,15,225); }
td.TdClassName
{
border-color: #730FE1;
}
.TagClassName
{
border-color: #730FE1;
}
</style>