Shades of Vivid Violet #73198A
Tints of Vivid Violet #73198A
RGB
CMYK
RGB Variations
Color information
#73198A (or 0x73198A) is known color: Vivid Violet. HEX triplet: 73, 19 and 8A. RGB value is (115,25,138). Sum of RGB (Red+Green+Blue) = 115+25+138=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #73198A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73198A is #8CE675. Grayscale: #404040. Windows color (decimal): -9234038 or 9050483. OLE color: 9050483.
HSL color Cylindrical-coordinate representation of color #73198A: hue angle of 287.79º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73198A is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 25 | 138 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.46 |
| HSL | 287.79º | 0.69% | 0.32% | - |
| HSV(B) | 287.79º | 0.82% | 0.54% | - |
| XYZ | 12.01 | 6.18 | 24.6 | - |
| YUV | 64.79 | 169.32 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 138 | 0.17 | 0.82 | 0 | 0.46 | 287.79 | 0.69 | 0.32 |
| Hex | 73 | 19 | 8A | 11 | 52 | 0 | 2E | 120 | 45 | 20 |
| Octal | 163 | 31 | 212 | 21 | 122 | 0 | 56 | 440 | 105 | 40 |
| Binary | 1110011 | 11001 | 10001010 | 10001 | 1010010 | 0 | 101110 | 100100000 | 1000101 | 100000 |
Color Harmonies of #73198A
Complementary color
Monochromatic Colors of #73198A
Black with #73198A
Text Example
Text Example
White with #73198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73198A; }
p { color: rgb(115,25,138); }
H1.HeaderClassName
{
color: #73198A;
}
.AnyTagClassName
{
color: #73198A;
}
</style>
background-color css
<style>
a { background-color: #73198A; }
a { background-color: rgb(115,25,138); }
div.DivClassName
{
background-color: #73198A;
}
.BgClassName
{
background-color: #73198A;
}
</style>
border-color css
<style>
span { border-color: #73198A; }
span { border-color: rgb(115,25,138); }
td.TdClassName
{
border-color: #73198A;
}
.TagClassName
{
border-color: #73198A;
}
</style>