Shades of Vivid Violet #73179B
Tints of Vivid Violet #73179B
RGB
CMYK
RGB Variations
Color information
#73179B (or 0x73179B) is known color: Vivid Violet. HEX triplet: 73, 17 and 9B. RGB value is (115,23,155). Sum of RGB (Red+Green+Blue) = 115+23+155=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #73179B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73179B is #8CE864. Grayscale: #414141. Windows color (decimal): -9234533 or 10164083. OLE color: 10164083.
HSL color Cylindrical-coordinate representation of color #73179B: hue angle of 281.82º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73179B is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 23 | 155 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.39 |
| HSL | 281.82º | 0.74% | 0.35% | - |
| HSV(B) | 281.82º | 0.85% | 0.61% | - |
| XYZ | 13.29 | 6.62 | 31.59 | - |
| YUV | 65.56 | 178.48 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 23 | 155 | 0.26 | 0.85 | 0 | 0.39 | 281.82 | 0.74 | 0.35 |
| Hex | 73 | 17 | 9B | 1A | 55 | 0 | 27 | 11A | 4A | 23 |
| Octal | 163 | 27 | 233 | 32 | 125 | 0 | 47 | 432 | 112 | 43 |
| Binary | 1110011 | 10111 | 10011011 | 11010 | 1010101 | 0 | 100111 | 100011010 | 1001010 | 100011 |
Color Harmonies of #73179B
Complementary color
Monochromatic Colors of #73179B
Black with #73179B
Text Example
Text Example
White with #73179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73179B; }
p { color: rgb(115,23,155); }
H1.HeaderClassName
{
color: #73179B;
}
.AnyTagClassName
{
color: #73179B;
}
</style>
background-color css
<style>
a { background-color: #73179B; }
a { background-color: rgb(115,23,155); }
div.DivClassName
{
background-color: #73179B;
}
.BgClassName
{
background-color: #73179B;
}
</style>
border-color css
<style>
span { border-color: #73179B; }
span { border-color: rgb(115,23,155); }
td.TdClassName
{
border-color: #73179B;
}
.TagClassName
{
border-color: #73179B;
}
</style>