Shades of Vivid Violet #73129D
Tints of Vivid Violet #73129D
RGB
CMYK
RGB Variations
Color information
#73129D (or 0x73129D) is known color: Vivid Violet. HEX triplet: 73, 12 and 9D. RGB value is (115,18,157). Sum of RGB (Red+Green+Blue) = 115+18+157=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #73129D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73129D is #8CED62. Grayscale: #3E3E3E. Windows color (decimal): -9235811 or 10293875. OLE color: 10293875.
HSL color Cylindrical-coordinate representation of color #73129D: hue angle of 281.87º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73129D is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 18 | 157 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.38 |
| HSL | 281.87º | 0.79% | 0.34% | - |
| HSV(B) | 281.87º | 0.89% | 0.62% | - |
| XYZ | 13.37 | 6.51 | 32.45 | - |
| YUV | 62.85 | 181.14 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 18 | 157 | 0.27 | 0.89 | 0 | 0.38 | 281.87 | 0.79 | 0.34 |
| Hex | 73 | 12 | 9D | 1B | 59 | 0 | 26 | 11A | 4F | 22 |
| Octal | 163 | 22 | 235 | 33 | 131 | 0 | 46 | 432 | 117 | 42 |
| Binary | 1110011 | 10010 | 10011101 | 11011 | 1011001 | 0 | 100110 | 100011010 | 1001111 | 100010 |
Color Harmonies of #73129D
Complementary color
Monochromatic Colors of #73129D
Black with #73129D
Text Example
Text Example
White with #73129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73129D; }
p { color: rgb(115,18,157); }
H1.HeaderClassName
{
color: #73129D;
}
.AnyTagClassName
{
color: #73129D;
}
</style>
background-color css
<style>
a { background-color: #73129D; }
a { background-color: rgb(115,18,157); }
div.DivClassName
{
background-color: #73129D;
}
.BgClassName
{
background-color: #73129D;
}
</style>
border-color css
<style>
span { border-color: #73129D; }
span { border-color: rgb(115,18,157); }
td.TdClassName
{
border-color: #73129D;
}
.TagClassName
{
border-color: #73129D;
}
</style>