Shades of Vivid Violet #73198D
Tints of Vivid Violet #73198D
RGB
CMYK
RGB Variations
Color information
#73198D (or 0x73198D) is known color: Vivid Violet. HEX triplet: 73, 19 and 8D. RGB value is (115,25,141). Sum of RGB (Red+Green+Blue) = 115+25+141=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #73198D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73198D is #8CE672. Grayscale: #404040. Windows color (decimal): -9234035 or 9247091. OLE color: 9247091.
HSL color Cylindrical-coordinate representation of color #73198D: hue angle of 286.55º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73198D is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 25 | 141 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.45 |
| HSL | 286.55º | 0.7% | 0.33% | - |
| HSV(B) | 286.55º | 0.82% | 0.55% | - |
| XYZ | 12.23 | 6.26 | 25.76 | - |
| YUV | 65.13 | 170.82 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 141 | 0.18 | 0.82 | 0 | 0.45 | 286.55 | 0.7 | 0.33 |
| Hex | 73 | 19 | 8D | 12 | 52 | 0 | 2D | 11F | 46 | 21 |
| Octal | 163 | 31 | 215 | 22 | 122 | 0 | 55 | 437 | 106 | 41 |
| Binary | 1110011 | 11001 | 10001101 | 10010 | 1010010 | 0 | 101101 | 100011111 | 1000110 | 100001 |
Color Harmonies of #73198D
Complementary color
Monochromatic Colors of #73198D
Black with #73198D
Text Example
Text Example
White with #73198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73198D; }
p { color: rgb(115,25,141); }
H1.HeaderClassName
{
color: #73198D;
}
.AnyTagClassName
{
color: #73198D;
}
</style>
background-color css
<style>
a { background-color: #73198D; }
a { background-color: rgb(115,25,141); }
div.DivClassName
{
background-color: #73198D;
}
.BgClassName
{
background-color: #73198D;
}
</style>
border-color css
<style>
span { border-color: #73198D; }
span { border-color: rgb(115,25,141); }
td.TdClassName
{
border-color: #73198D;
}
.TagClassName
{
border-color: #73198D;
}
</style>