Shades of Dark Violet #730ED1
Tints of Dark Violet #730ED1
RGB
CMYK
RGB Variations
Color information
#730ED1 (or 0x730ED1) is known color: Dark Violet. HEX triplet: 73, 0E and D1. RGB value is (115,14,209). Sum of RGB (Red+Green+Blue) = 115+14+209=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 209 (82.03% from 255 or 61.83% from 338); Max value from RGB is 209 - color contains mainly: blue. Hex color #730ED1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730ED1 is #8CF12E. Grayscale: #414141. Windows color (decimal): -9236783 or 13700723. OLE color: 13700723.
HSL color Cylindrical-coordinate representation of color #730ED1: hue angle of 271.08º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730ED1 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 14 | 209 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.18 |
| HSL | 271.08º | 0.87% | 0.44% | - |
| HSV(B) | 271.08º | 0.93% | 0.82% | - |
| XYZ | 18.74 | 8.56 | 60.99 | - |
| YUV | 66.43 | 208.46 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 209 | 0.45 | 0.93 | 0 | 0.18 | 271.08 | 0.87 | 0.44 |
| Hex | 73 | E | D1 | 2D | 5D | 0 | 12 | 10F | 57 | 2C |
| Octal | 163 | 16 | 321 | 55 | 135 | 0 | 22 | 417 | 127 | 54 |
| Binary | 1110011 | 1110 | 11010001 | 101101 | 1011101 | 0 | 10010 | 100001111 | 1010111 | 101100 |
Color Harmonies of #730ED1
Complementary color
Monochromatic Colors of #730ED1
Black with #730ED1
Text Example
Text Example
White with #730ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730ED1; }
p { color: rgb(115,14,209); }
H1.HeaderClassName
{
color: #730ED1;
}
.AnyTagClassName
{
color: #730ED1;
}
</style>
background-color css
<style>
a { background-color: #730ED1; }
a { background-color: rgb(115,14,209); }
div.DivClassName
{
background-color: #730ED1;
}
.BgClassName
{
background-color: #730ED1;
}
</style>
border-color css
<style>
span { border-color: #730ED1; }
span { border-color: rgb(115,14,209); }
td.TdClassName
{
border-color: #730ED1;
}
.TagClassName
{
border-color: #730ED1;
}
</style>