Shades of Vivid Violet #73199A
Tints of Vivid Violet #73199A
RGB
CMYK
RGB Variations
Color information
#73199A (or 0x73199A) is known color: Vivid Violet. HEX triplet: 73, 19 and 9A. RGB value is (115,25,154). Sum of RGB (Red+Green+Blue) = 115+25+154=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #73199A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73199A is #8CE665. Grayscale: #424242. Windows color (decimal): -9234022 or 10099059. OLE color: 10099059.
HSL color Cylindrical-coordinate representation of color #73199A: hue angle of 281.86º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73199A is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 25 | 154 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.40 |
| HSL | 281.86º | 0.72% | 0.35% | - |
| HSV(B) | 281.86º | 0.84% | 0.6% | - |
| XYZ | 13.25 | 6.67 | 31.16 | - |
| YUV | 66.62 | 177.32 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 154 | 0.25 | 0.84 | 0 | 0.40 | 281.86 | 0.72 | 0.35 |
| Hex | 73 | 19 | 9A | 19 | 54 | 0 | 28 | 11A | 48 | 23 |
| Octal | 163 | 31 | 232 | 31 | 124 | 0 | 50 | 432 | 110 | 43 |
| Binary | 1110011 | 11001 | 10011010 | 11001 | 1010100 | 0 | 101000 | 100011010 | 1001000 | 100011 |
Color Harmonies of #73199A
Complementary color
Monochromatic Colors of #73199A
Black with #73199A
Text Example
Text Example
White with #73199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73199A; }
p { color: rgb(115,25,154); }
H1.HeaderClassName
{
color: #73199A;
}
.AnyTagClassName
{
color: #73199A;
}
</style>
background-color css
<style>
a { background-color: #73199A; }
a { background-color: rgb(115,25,154); }
div.DivClassName
{
background-color: #73199A;
}
.BgClassName
{
background-color: #73199A;
}
</style>
border-color css
<style>
span { border-color: #73199A; }
span { border-color: rgb(115,25,154); }
td.TdClassName
{
border-color: #73199A;
}
.TagClassName
{
border-color: #73199A;
}
</style>