Shades of Vivid Violet #73208D
Tints of Vivid Violet #73208D
RGB
CMYK
RGB Variations
Color information
#73208D (or 0x73208D) is known color: Vivid Violet. HEX triplet: 73, 20 and 8D. RGB value is (115,32,141). Sum of RGB (Red+Green+Blue) = 115+32+141=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #73208D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73208D is #8CDF72. Grayscale: #444444. Windows color (decimal): -9232243 or 9248883. OLE color: 9248883.
HSL color Cylindrical-coordinate representation of color #73208D: hue angle of 285.69º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73208D is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 32 | 141 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.45 |
| HSL | 285.69º | 0.63% | 0.34% | - |
| HSV(B) | 285.69º | 0.77% | 0.55% | - |
| XYZ | 12.39 | 6.6 | 25.82 | - |
| YUV | 69.24 | 168.5 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 32 | 141 | 0.18 | 0.77 | 0 | 0.45 | 285.69 | 0.63 | 0.34 |
| Hex | 73 | 20 | 8D | 12 | 4D | 0 | 2D | 11E | 3F | 22 |
| Octal | 163 | 40 | 215 | 22 | 115 | 0 | 55 | 436 | 77 | 42 |
| Binary | 1110011 | 100000 | 10001101 | 10010 | 1001101 | 0 | 101101 | 100011110 | 111111 | 100010 |
Color Harmonies of #73208D
Complementary color
Monochromatic Colors of #73208D
Black with #73208D
Text Example
Text Example
White with #73208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73208D; }
p { color: rgb(115,32,141); }
H1.HeaderClassName
{
color: #73208D;
}
.AnyTagClassName
{
color: #73208D;
}
</style>
background-color css
<style>
a { background-color: #73208D; }
a { background-color: rgb(115,32,141); }
div.DivClassName
{
background-color: #73208D;
}
.BgClassName
{
background-color: #73208D;
}
</style>
border-color css
<style>
span { border-color: #73208D; }
span { border-color: rgb(115,32,141); }
td.TdClassName
{
border-color: #73208D;
}
.TagClassName
{
border-color: #73208D;
}
</style>