Shades of Dark Violet #7301AD
Tints of Dark Violet #7301AD
RGB
CMYK
RGB Variations
Color information
#7301AD (or 0x7301AD) is known color: Dark Violet. HEX triplet: 73, 01 and AD. RGB value is (115,1,173). Sum of RGB (Red+Green+Blue) = 115+1+173=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #7301AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7301AD is #8CFE52. Grayscale: #363636. Windows color (decimal): -9240147 or 11338099. OLE color: 11338099.
HSL color Cylindrical-coordinate representation of color #7301AD: hue angle of 279.77º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7301AD is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 1 | 173 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.32 |
| HSL | 279.77º | 0.99% | 0.34% | - |
| HSV(B) | 279.77º | 0.99% | 0.68% | - |
| XYZ | 14.62 | 6.68 | 40.05 | - |
| YUV | 54.69 | 194.77 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 173 | 0.34 | 0.99 | 0 | 0.32 | 279.77 | 0.99 | 0.34 |
| Hex | 73 | 1 | AD | 22 | 63 | 0 | 20 | 118 | 63 | 22 |
| Octal | 163 | 1 | 255 | 42 | 143 | 0 | 40 | 430 | 143 | 42 |
| Binary | 1110011 | 1 | 10101101 | 100010 | 1100011 | 0 | 100000 | 100011000 | 1100011 | 100010 |
Color Harmonies of #7301AD
Complementary color
Monochromatic Colors of #7301AD
Black with #7301AD
Text Example
Text Example
White with #7301AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7301AD; }
p { color: rgb(115,1,173); }
H1.HeaderClassName
{
color: #7301AD;
}
.AnyTagClassName
{
color: #7301AD;
}
</style>
background-color css
<style>
a { background-color: #7301AD; }
a { background-color: rgb(115,1,173); }
div.DivClassName
{
background-color: #7301AD;
}
.BgClassName
{
background-color: #7301AD;
}
</style>
border-color css
<style>
span { border-color: #7301AD; }
span { border-color: rgb(115,1,173); }
td.TdClassName
{
border-color: #7301AD;
}
.TagClassName
{
border-color: #7301AD;
}
</style>