Shades of Vivid Violet #73328E
Tints of Vivid Violet #73328E
RGB
CMYK
RGB Variations
Color information
#73328E (or 0x73328E) is known color: Vivid Violet. HEX triplet: 73, 32 and 8E. RGB value is (115,50,142). Sum of RGB (Red+Green+Blue) = 115+50+142=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 142 - color contains mainly: blue. Hex color #73328E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73328E is #8CCD71. Grayscale: #4F4F4F. Windows color (decimal): -9227634 or 9319027. OLE color: 9319027.
HSL color Cylindrical-coordinate representation of color #73328E: hue angle of 282.39º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73328E is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 50 | 142 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.44 |
| HSL | 282.39º | 0.48% | 0.38% | - |
| HSV(B) | 282.39º | 0.65% | 0.56% | - |
| XYZ | 13.09 | 7.88 | 26.42 | - |
| YUV | 79.92 | 163.03 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 50 | 142 | 0.19 | 0.65 | 0 | 0.44 | 282.39 | 0.48 | 0.38 |
| Hex | 73 | 32 | 8E | 13 | 41 | 0 | 2C | 11A | 30 | 26 |
| Octal | 163 | 62 | 216 | 23 | 101 | 0 | 54 | 432 | 60 | 46 |
| Binary | 1110011 | 110010 | 10001110 | 10011 | 1000001 | 0 | 101100 | 100011010 | 110000 | 100110 |
Color Harmonies of #73328E
Complementary color
Monochromatic Colors of #73328E
Black with #73328E
Text Example
Text Example
White with #73328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73328E; }
p { color: rgb(115,50,142); }
H1.HeaderClassName
{
color: #73328E;
}
.AnyTagClassName
{
color: #73328E;
}
</style>
background-color css
<style>
a { background-color: #73328E; }
a { background-color: rgb(115,50,142); }
div.DivClassName
{
background-color: #73328E;
}
.BgClassName
{
background-color: #73328E;
}
</style>
border-color css
<style>
span { border-color: #73328E; }
span { border-color: rgb(115,50,142); }
td.TdClassName
{
border-color: #73328E;
}
.TagClassName
{
border-color: #73328E;
}
</style>