Shades of Dark Violet #7306AD
Tints of Dark Violet #7306AD
RGB
CMYK
RGB Variations
Color information
#7306AD (or 0x7306AD) is known color: Dark Violet. HEX triplet: 73, 06 and AD. RGB value is (115,6,173). Sum of RGB (Red+Green+Blue) = 115+6+173=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #7306AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7306AD is #8CF952. Grayscale: #393939. Windows color (decimal): -9238867 or 11339379. OLE color: 11339379.
HSL color Cylindrical-coordinate representation of color #7306AD: hue angle of 279.16º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7306AD is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 6 | 173 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.32 |
| HSL | 279.16º | 0.93% | 0.35% | - |
| HSV(B) | 279.16º | 0.97% | 0.68% | - |
| XYZ | 14.68 | 6.79 | 40.07 | - |
| YUV | 57.63 | 193.11 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 6 | 173 | 0.34 | 0.97 | 0 | 0.32 | 279.16 | 0.93 | 0.35 |
| Hex | 73 | 6 | AD | 22 | 61 | 0 | 20 | 117 | 5D | 23 |
| Octal | 163 | 6 | 255 | 42 | 141 | 0 | 40 | 427 | 135 | 43 |
| Binary | 1110011 | 110 | 10101101 | 100010 | 1100001 | 0 | 100000 | 100010111 | 1011101 | 100011 |
Color Harmonies of #7306AD
Complementary color
Monochromatic Colors of #7306AD
Black with #7306AD
Text Example
Text Example
White with #7306AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7306AD; }
p { color: rgb(115,6,173); }
H1.HeaderClassName
{
color: #7306AD;
}
.AnyTagClassName
{
color: #7306AD;
}
</style>
background-color css
<style>
a { background-color: #7306AD; }
a { background-color: rgb(115,6,173); }
div.DivClassName
{
background-color: #7306AD;
}
.BgClassName
{
background-color: #7306AD;
}
</style>
border-color css
<style>
span { border-color: #7306AD; }
span { border-color: rgb(115,6,173); }
td.TdClassName
{
border-color: #7306AD;
}
.TagClassName
{
border-color: #7306AD;
}
</style>