Shades of Dark Violet #730DCD
Tints of Dark Violet #730DCD
RGB
CMYK
RGB Variations
Color information
#730DCD (or 0x730DCD) is known color: Dark Violet. HEX triplet: 73, 0D and CD. RGB value is (115,13,205). Sum of RGB (Red+Green+Blue) = 115+13+205=333 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.53% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #730DCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730DCD is #8CF232. Grayscale: #404040. Windows color (decimal): -9237043 or 13438323. OLE color: 13438323.
HSL color Cylindrical-coordinate representation of color #730DCD: hue angle of 271.88º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730DCD is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 13 | 205 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.20 |
| HSL | 271.88º | 0.88% | 0.43% | - |
| HSV(B) | 271.88º | 0.94% | 0.8% | - |
| XYZ | 18.23 | 8.34 | 58.41 | - |
| YUV | 65.39 | 206.79 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 205 | 0.44 | 0.94 | 0 | 0.20 | 271.88 | 0.88 | 0.43 |
| Hex | 73 | D | CD | 2C | 5E | 0 | 14 | 110 | 58 | 2B |
| Octal | 163 | 15 | 315 | 54 | 136 | 0 | 24 | 420 | 130 | 53 |
| Binary | 1110011 | 1101 | 11001101 | 101100 | 1011110 | 0 | 10100 | 100010000 | 1011000 | 101011 |
Color Harmonies of #730DCD
Complementary color
Monochromatic Colors of #730DCD
Black with #730DCD
Text Example
Text Example
White with #730DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730DCD; }
p { color: rgb(115,13,205); }
H1.HeaderClassName
{
color: #730DCD;
}
.AnyTagClassName
{
color: #730DCD;
}
</style>
background-color css
<style>
a { background-color: #730DCD; }
a { background-color: rgb(115,13,205); }
div.DivClassName
{
background-color: #730DCD;
}
.BgClassName
{
background-color: #730DCD;
}
</style>
border-color css
<style>
span { border-color: #730DCD; }
span { border-color: rgb(115,13,205); }
td.TdClassName
{
border-color: #730DCD;
}
.TagClassName
{
border-color: #730DCD;
}
</style>