Shades of Vivid Violet #73149F
Tints of Vivid Violet #73149F
RGB
CMYK
RGB Variations
Color information
#73149F (or 0x73149F) is known color: Vivid Violet. HEX triplet: 73, 14 and 9F. RGB value is (115,20,159). Sum of RGB (Red+Green+Blue) = 115+20+159=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #73149F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73149F is #8CEB60. Grayscale: #3F3F3F. Windows color (decimal): -9235297 or 10425459. OLE color: 10425459.
HSL color Cylindrical-coordinate representation of color #73149F: hue angle of 281.01º 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 #73149F is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 20 | 159 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.38 |
| HSL | 281.01º | 0.78% | 0.35% | - |
| HSV(B) | 281.01º | 0.87% | 0.62% | - |
| XYZ | 13.58 | 6.65 | 33.37 | - |
| YUV | 64.25 | 181.47 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 20 | 159 | 0.28 | 0.87 | 0 | 0.38 | 281.01 | 0.78 | 0.35 |
| Hex | 73 | 14 | 9F | 1C | 57 | 0 | 26 | 119 | 4E | 23 |
| Octal | 163 | 24 | 237 | 34 | 127 | 0 | 46 | 431 | 116 | 43 |
| Binary | 1110011 | 10100 | 10011111 | 11100 | 1010111 | 0 | 100110 | 100011001 | 1001110 | 100011 |
Color Harmonies of #73149F
Complementary color
Monochromatic Colors of #73149F
Black with #73149F
Text Example
Text Example
White with #73149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73149F; }
p { color: rgb(115,20,159); }
H1.HeaderClassName
{
color: #73149F;
}
.AnyTagClassName
{
color: #73149F;
}
</style>
background-color css
<style>
a { background-color: #73149F; }
a { background-color: rgb(115,20,159); }
div.DivClassName
{
background-color: #73149F;
}
.BgClassName
{
background-color: #73149F;
}
</style>
border-color css
<style>
span { border-color: #73149F; }
span { border-color: rgb(115,20,159); }
td.TdClassName
{
border-color: #73149F;
}
.TagClassName
{
border-color: #73149F;
}
</style>