Shades of Vivid Violet #73198B
Tints of Vivid Violet #73198B
RGB
CMYK
RGB Variations
Color information
#73198B (or 0x73198B) is known color: Vivid Violet. HEX triplet: 73, 19 and 8B. RGB value is (115,25,139). Sum of RGB (Red+Green+Blue) = 115+25+139=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #73198B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73198B is #8CE674. Grayscale: #404040. Windows color (decimal): -9234037 or 9116019. OLE color: 9116019.
HSL color Cylindrical-coordinate representation of color #73198B: hue angle of 287.37º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73198B is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 25 | 139 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.45 |
| HSL | 287.37º | 0.7% | 0.32% | - |
| HSV(B) | 287.37º | 0.82% | 0.55% | - |
| XYZ | 12.08 | 6.2 | 24.99 | - |
| YUV | 64.91 | 169.82 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 139 | 0.17 | 0.82 | 0 | 0.45 | 287.37 | 0.7 | 0.32 |
| Hex | 73 | 19 | 8B | 11 | 52 | 0 | 2D | 11F | 46 | 20 |
| Octal | 163 | 31 | 213 | 21 | 122 | 0 | 55 | 437 | 106 | 40 |
| Binary | 1110011 | 11001 | 10001011 | 10001 | 1010010 | 0 | 101101 | 100011111 | 1000110 | 100000 |
Color Harmonies of #73198B
Complementary color
Monochromatic Colors of #73198B
Black with #73198B
Text Example
Text Example
White with #73198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73198B; }
p { color: rgb(115,25,139); }
H1.HeaderClassName
{
color: #73198B;
}
.AnyTagClassName
{
color: #73198B;
}
</style>
background-color css
<style>
a { background-color: #73198B; }
a { background-color: rgb(115,25,139); }
div.DivClassName
{
background-color: #73198B;
}
.BgClassName
{
background-color: #73198B;
}
</style>
border-color css
<style>
span { border-color: #73198B; }
span { border-color: rgb(115,25,139); }
td.TdClassName
{
border-color: #73198B;
}
.TagClassName
{
border-color: #73198B;
}
</style>