Shades of Dark Violet #730AD5
Tints of Dark Violet #730AD5
RGB
CMYK
RGB Variations
Color information
#730AD5 (or 0x730AD5) is known color: Dark Violet. HEX triplet: 73, 0A and D5. RGB value is (115,10,213). Sum of RGB (Red+Green+Blue) = 115+10+213=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 213 (83.59% from 255 or 63.02% from 338); Max value from RGB is 213 - color contains mainly: blue. Hex color #730AD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730AD5 is #8CF52A. Grayscale: #3F3F3F. Windows color (decimal): -9237803 or 13961843. OLE color: 13961843.
HSL color Cylindrical-coordinate representation of color #730AD5: hue angle of 271.03º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730AD5 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 10 | 213 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.16 |
| HSL | 271.03º | 0.91% | 0.44% | - |
| HSV(B) | 271.03º | 0.95% | 0.84% | - |
| XYZ | 19.19 | 8.67 | 63.61 | - |
| YUV | 64.54 | 211.79 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 213 | 0.46 | 0.95 | 0 | 0.16 | 271.03 | 0.91 | 0.44 |
| Hex | 73 | A | D5 | 2E | 5F | 0 | 10 | 10F | 5B | 2C |
| Octal | 163 | 12 | 325 | 56 | 137 | 0 | 20 | 417 | 133 | 54 |
| Binary | 1110011 | 1010 | 11010101 | 101110 | 1011111 | 0 | 10000 | 100001111 | 1011011 | 101100 |
Color Harmonies of #730AD5
Complementary color
Monochromatic Colors of #730AD5
Black with #730AD5
Text Example
Text Example
White with #730AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730AD5; }
p { color: rgb(115,10,213); }
H1.HeaderClassName
{
color: #730AD5;
}
.AnyTagClassName
{
color: #730AD5;
}
</style>
background-color css
<style>
a { background-color: #730AD5; }
a { background-color: rgb(115,10,213); }
div.DivClassName
{
background-color: #730AD5;
}
.BgClassName
{
background-color: #730AD5;
}
</style>
border-color css
<style>
span { border-color: #730AD5; }
span { border-color: rgb(115,10,213); }
td.TdClassName
{
border-color: #730AD5;
}
.TagClassName
{
border-color: #730AD5;
}
</style>