Shades of Vivid Violet #73189D
Tints of Vivid Violet #73189D
RGB
CMYK
RGB Variations
Color information
#73189D (or 0x73189D) is known color: Vivid Violet. HEX triplet: 73, 18 and 9D. RGB value is (115,24,157). Sum of RGB (Red+Green+Blue) = 115+24+157=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 157 (61.72% from 255 or 53.04% from 296); Max value from RGB is 157 - color contains mainly: blue. Hex color #73189D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73189D is #8CE762. Grayscale: #414141. Windows color (decimal): -9234275 or 10295411. OLE color: 10295411.
HSL color Cylindrical-coordinate representation of color #73189D: hue angle of 281.05º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73189D is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 24 | 157 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.38 |
| HSL | 281.05º | 0.73% | 0.35% | - |
| HSV(B) | 281.05º | 0.85% | 0.62% | - |
| XYZ | 13.48 | 6.73 | 32.49 | - |
| YUV | 66.37 | 179.15 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 24 | 157 | 0.27 | 0.85 | 0 | 0.38 | 281.05 | 0.73 | 0.35 |
| Hex | 73 | 18 | 9D | 1B | 55 | 0 | 26 | 119 | 49 | 23 |
| Octal | 163 | 30 | 235 | 33 | 125 | 0 | 46 | 431 | 111 | 43 |
| Binary | 1110011 | 11000 | 10011101 | 11011 | 1010101 | 0 | 100110 | 100011001 | 1001001 | 100011 |
Color Harmonies of #73189D
Complementary color
Monochromatic Colors of #73189D
Black with #73189D
Text Example
Text Example
White with #73189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73189D; }
p { color: rgb(115,24,157); }
H1.HeaderClassName
{
color: #73189D;
}
.AnyTagClassName
{
color: #73189D;
}
</style>
background-color css
<style>
a { background-color: #73189D; }
a { background-color: rgb(115,24,157); }
div.DivClassName
{
background-color: #73189D;
}
.BgClassName
{
background-color: #73189D;
}
</style>
border-color css
<style>
span { border-color: #73189D; }
span { border-color: rgb(115,24,157); }
td.TdClassName
{
border-color: #73189D;
}
.TagClassName
{
border-color: #73189D;
}
</style>