Shades of Vivid Violet #73298D
Tints of Vivid Violet #73298D
RGB
CMYK
RGB Variations
Color information
#73298D (or 0x73298D) is known color: Vivid Violet. HEX triplet: 73, 29 and 8D. RGB value is (115,41,141). Sum of RGB (Red+Green+Blue) = 115+41+141=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 141 - color contains mainly: blue. Hex color #73298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73298D is #8CD672. Grayscale: #4A4A4A. Windows color (decimal): -9229939 or 9251187. OLE color: 9251187.
HSL color Cylindrical-coordinate representation of color #73298D: hue angle of 284.4º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #73298D is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 41 | 141 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.45 |
| HSL | 284.4º | 0.55% | 0.36% | - |
| HSV(B) | 284.4º | 0.71% | 0.55% | - |
| XYZ | 12.67 | 7.15 | 25.91 | - |
| YUV | 74.53 | 165.52 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 41 | 141 | 0.18 | 0.71 | 0 | 0.45 | 284.4 | 0.55 | 0.36 |
| Hex | 73 | 29 | 8D | 12 | 47 | 0 | 2D | 11C | 37 | 24 |
| Octal | 163 | 51 | 215 | 22 | 107 | 0 | 55 | 434 | 67 | 44 |
| Binary | 1110011 | 101001 | 10001101 | 10010 | 1000111 | 0 | 101101 | 100011100 | 110111 | 100100 |
Color Harmonies of #73298D
Complementary color
Monochromatic Colors of #73298D
Black with #73298D
Text Example
Text Example
White with #73298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73298D; }
p { color: rgb(115,41,141); }
H1.HeaderClassName
{
color: #73298D;
}
.AnyTagClassName
{
color: #73298D;
}
</style>
background-color css
<style>
a { background-color: #73298D; }
a { background-color: rgb(115,41,141); }
div.DivClassName
{
background-color: #73298D;
}
.BgClassName
{
background-color: #73298D;
}
</style>
border-color css
<style>
span { border-color: #73298D; }
span { border-color: rgb(115,41,141); }
td.TdClassName
{
border-color: #73298D;
}
.TagClassName
{
border-color: #73298D;
}
</style>