Shades of Vivid Violet #73318E
Tints of Vivid Violet #73318E
RGB
CMYK
RGB Variations
Color information
#73318E (or 0x73318E) is known color: Vivid Violet. HEX triplet: 73, 31 and 8E. RGB value is (115,49,142). Sum of RGB (Red+Green+Blue) = 115+49+142=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #73318E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73318E is #8CCE71. Grayscale: #4F4F4F. Windows color (decimal): -9227890 or 9318771. OLE color: 9318771.
HSL color Cylindrical-coordinate representation of color #73318E: hue angle of 282.58º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73318E is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 49 | 142 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.44 |
| HSL | 282.58º | 0.49% | 0.37% | - |
| HSV(B) | 282.58º | 0.65% | 0.56% | - |
| XYZ | 13.05 | 7.79 | 26.41 | - |
| YUV | 79.34 | 163.37 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 49 | 142 | 0.19 | 0.65 | 0 | 0.44 | 282.58 | 0.49 | 0.37 |
| Hex | 73 | 31 | 8E | 13 | 41 | 0 | 2C | 11B | 31 | 25 |
| Octal | 163 | 61 | 216 | 23 | 101 | 0 | 54 | 433 | 61 | 45 |
| Binary | 1110011 | 110001 | 10001110 | 10011 | 1000001 | 0 | 101100 | 100011011 | 110001 | 100101 |
Color Harmonies of #73318E
Complementary color
Monochromatic Colors of #73318E
Black with #73318E
Text Example
Text Example
White with #73318E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73318E; }
p { color: rgb(115,49,142); }
H1.HeaderClassName
{
color: #73318E;
}
.AnyTagClassName
{
color: #73318E;
}
</style>
background-color css
<style>
a { background-color: #73318E; }
a { background-color: rgb(115,49,142); }
div.DivClassName
{
background-color: #73318E;
}
.BgClassName
{
background-color: #73318E;
}
</style>
border-color css
<style>
span { border-color: #73318E; }
span { border-color: rgb(115,49,142); }
td.TdClassName
{
border-color: #73318E;
}
.TagClassName
{
border-color: #73318E;
}
</style>