Shades of Vivid Violet #73198E
Tints of Vivid Violet #73198E
RGB
CMYK
RGB Variations
Color information
#73198E (or 0x73198E) is known color: Vivid Violet. HEX triplet: 73, 19 and 8E. RGB value is (115,25,142). Sum of RGB (Red+Green+Blue) = 115+25+142=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 142 (55.86% from 255 or 50.35% from 282); Max value from RGB is 142 - color contains mainly: blue. Hex color #73198E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73198E is #8CE671. Grayscale: #404040. Windows color (decimal): -9234034 or 9312627. OLE color: 9312627.
HSL color Cylindrical-coordinate representation of color #73198E: hue angle of 286.15º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73198E is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 25 | 142 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.44 |
| HSL | 286.15º | 0.7% | 0.33% | - |
| HSV(B) | 286.15º | 0.82% | 0.56% | - |
| XYZ | 12.3 | 6.29 | 26.16 | - |
| YUV | 65.25 | 171.32 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 142 | 0.19 | 0.82 | 0 | 0.44 | 286.15 | 0.7 | 0.33 |
| Hex | 73 | 19 | 8E | 13 | 52 | 0 | 2C | 11E | 46 | 21 |
| Octal | 163 | 31 | 216 | 23 | 122 | 0 | 54 | 436 | 106 | 41 |
| Binary | 1110011 | 11001 | 10001110 | 10011 | 1010010 | 0 | 101100 | 100011110 | 1000110 | 100001 |
Color Harmonies of #73198E
Complementary color
Monochromatic Colors of #73198E
Black with #73198E
Text Example
Text Example
White with #73198E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73198E; }
p { color: rgb(115,25,142); }
H1.HeaderClassName
{
color: #73198E;
}
.AnyTagClassName
{
color: #73198E;
}
</style>
background-color css
<style>
a { background-color: #73198E; }
a { background-color: rgb(115,25,142); }
div.DivClassName
{
background-color: #73198E;
}
.BgClassName
{
background-color: #73198E;
}
</style>
border-color css
<style>
span { border-color: #73198E; }
span { border-color: rgb(115,25,142); }
td.TdClassName
{
border-color: #73198E;
}
.TagClassName
{
border-color: #73198E;
}
</style>