Shades of Dark Violet #730ADA
Tints of Dark Violet #730ADA
RGB
CMYK
RGB Variations
Color information
#730ADA (or 0x730ADA) is known color: Dark Violet. HEX triplet: 73, 0A and DA. RGB value is (115,10,218). Sum of RGB (Red+Green+Blue) = 115+10+218=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 218 (85.55% from 255 or 63.56% from 343); Max value from RGB is 218 - color contains mainly: blue. Hex color #730ADA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730ADA is #8CF525. Grayscale: #404040. Windows color (decimal): -9237798 or 14289523. OLE color: 14289523.
HSL color Cylindrical-coordinate representation of color #730ADA: hue angle of 270.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730ADA is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 10 | 218 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.15 |
| HSL | 270.29º | 0.91% | 0.45% | - |
| HSV(B) | 270.29º | 0.95% | 0.85% | - |
| XYZ | 19.83 | 8.92 | 67.01 | - |
| YUV | 65.11 | 214.29 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 218 | 0.47 | 0.95 | 0 | 0.15 | 270.29 | 0.91 | 0.45 |
| Hex | 73 | A | DA | 2F | 5F | 0 | F | 10E | 5B | 2D |
| Octal | 163 | 12 | 332 | 57 | 137 | 0 | 17 | 416 | 133 | 55 |
| Binary | 1110011 | 1010 | 11011010 | 101111 | 1011111 | 0 | 1111 | 100001110 | 1011011 | 101101 |
Color Harmonies of #730ADA
Complementary color
Monochromatic Colors of #730ADA
Black with #730ADA
Text Example
Text Example
White with #730ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730ADA; }
p { color: rgb(115,10,218); }
H1.HeaderClassName
{
color: #730ADA;
}
.AnyTagClassName
{
color: #730ADA;
}
</style>
background-color css
<style>
a { background-color: #730ADA; }
a { background-color: rgb(115,10,218); }
div.DivClassName
{
background-color: #730ADA;
}
.BgClassName
{
background-color: #730ADA;
}
</style>
border-color css
<style>
span { border-color: #730ADA; }
span { border-color: rgb(115,10,218); }
td.TdClassName
{
border-color: #730ADA;
}
.TagClassName
{
border-color: #730ADA;
}
</style>