Shades of Vivid Violet #73149E
Tints of Vivid Violet #73149E
RGB
CMYK
RGB Variations
Color information
#73149E (or 0x73149E) is known color: Vivid Violet. HEX triplet: 73, 14 and 9E. RGB value is (115,20,158). Sum of RGB (Red+Green+Blue) = 115+20+158=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #73149E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73149E is #8CEB61. Grayscale: #3F3F3F. Windows color (decimal): -9235298 or 10359923. OLE color: 10359923.
HSL color Cylindrical-coordinate representation of color #73149E: hue angle of 281.3º degrees, saturation: 0.78, 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 #73149E is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 20 | 158 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.38 |
| HSL | 281.3º | 0.78% | 0.35% | - |
| HSV(B) | 281.3º | 0.87% | 0.62% | - |
| XYZ | 13.49 | 6.61 | 32.91 | - |
| YUV | 64.14 | 180.97 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 20 | 158 | 0.27 | 0.87 | 0 | 0.38 | 281.3 | 0.78 | 0.35 |
| Hex | 73 | 14 | 9E | 1B | 57 | 0 | 26 | 119 | 4E | 23 |
| Octal | 163 | 24 | 236 | 33 | 127 | 0 | 46 | 431 | 116 | 43 |
| Binary | 1110011 | 10100 | 10011110 | 11011 | 1010111 | 0 | 100110 | 100011001 | 1001110 | 100011 |
Color Harmonies of #73149E
Complementary color
Monochromatic Colors of #73149E
Black with #73149E
Text Example
Text Example
White with #73149E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73149E; }
p { color: rgb(115,20,158); }
H1.HeaderClassName
{
color: #73149E;
}
.AnyTagClassName
{
color: #73149E;
}
</style>
background-color css
<style>
a { background-color: #73149E; }
a { background-color: rgb(115,20,158); }
div.DivClassName
{
background-color: #73149E;
}
.BgClassName
{
background-color: #73149E;
}
</style>
border-color css
<style>
span { border-color: #73149E; }
span { border-color: rgb(115,20,158); }
td.TdClassName
{
border-color: #73149E;
}
.TagClassName
{
border-color: #73149E;
}
</style>