Shades of Vivid Violet #73159E
Tints of Vivid Violet #73159E
RGB
CMYK
RGB Variations
Color information
#73159E (or 0x73159E) is known color: Vivid Violet. HEX triplet: 73, 15 and 9E. RGB value is (115,21,158). Sum of RGB (Red+Green+Blue) = 115+21+158=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #73159E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73159E is #8CEA61. Grayscale: #404040. Windows color (decimal): -9235042 or 10360179. OLE color: 10360179.
HSL color Cylindrical-coordinate representation of color #73159E: hue angle of 281.17º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73159E is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 21 | 158 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.38 |
| HSL | 281.17º | 0.77% | 0.35% | - |
| HSV(B) | 281.17º | 0.87% | 0.62% | - |
| XYZ | 13.51 | 6.65 | 32.92 | - |
| YUV | 64.72 | 180.64 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 21 | 158 | 0.27 | 0.87 | 0 | 0.38 | 281.17 | 0.77 | 0.35 |
| Hex | 73 | 15 | 9E | 1B | 57 | 0 | 26 | 119 | 4D | 23 |
| Octal | 163 | 25 | 236 | 33 | 127 | 0 | 46 | 431 | 115 | 43 |
| Binary | 1110011 | 10101 | 10011110 | 11011 | 1010111 | 0 | 100110 | 100011001 | 1001101 | 100011 |
Color Harmonies of #73159E
Complementary color
Monochromatic Colors of #73159E
Black with #73159E
Text Example
Text Example
White with #73159E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73159E; }
p { color: rgb(115,21,158); }
H1.HeaderClassName
{
color: #73159E;
}
.AnyTagClassName
{
color: #73159E;
}
</style>
background-color css
<style>
a { background-color: #73159E; }
a { background-color: rgb(115,21,158); }
div.DivClassName
{
background-color: #73159E;
}
.BgClassName
{
background-color: #73159E;
}
</style>
border-color css
<style>
span { border-color: #73159E; }
span { border-color: rgb(115,21,158); }
td.TdClassName
{
border-color: #73159E;
}
.TagClassName
{
border-color: #73159E;
}
</style>