Shades of Vivid Violet #731496
Tints of Vivid Violet #731496
RGB
CMYK
RGB Variations
Color information
#731496 (or 0x731496) is known color: Vivid Violet. HEX triplet: 73, 14 and 96. RGB value is (115,20,150). Sum of RGB (Red+Green+Blue) = 115+20+150=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #731496 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731496 is #8CEB69. Grayscale: #3E3E3E. Windows color (decimal): -9235306 or 9835635. OLE color: 9835635.
HSL color Cylindrical-coordinate representation of color #731496: hue angle of 283.85º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #731496 is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 20 | 150 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.41 |
| HSL | 283.85º | 0.76% | 0.33% | - |
| HSV(B) | 283.85º | 0.87% | 0.59% | - |
| XYZ | 12.83 | 6.35 | 29.4 | - |
| YUV | 63.23 | 176.97 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 20 | 150 | 0.23 | 0.87 | 0 | 0.41 | 283.85 | 0.76 | 0.33 |
| Hex | 73 | 14 | 96 | 17 | 57 | 0 | 29 | 11C | 4C | 21 |
| Octal | 163 | 24 | 226 | 27 | 127 | 0 | 51 | 434 | 114 | 41 |
| Binary | 1110011 | 10100 | 10010110 | 10111 | 1010111 | 0 | 101001 | 100011100 | 1001100 | 100001 |
Color Harmonies of #731496
Complementary color
Monochromatic Colors of #731496
Black with #731496
Text Example
Text Example
White with #731496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731496; }
p { color: rgb(115,20,150); }
H1.HeaderClassName
{
color: #731496;
}
.AnyTagClassName
{
color: #731496;
}
</style>
background-color css
<style>
a { background-color: #731496; }
a { background-color: rgb(115,20,150); }
div.DivClassName
{
background-color: #731496;
}
.BgClassName
{
background-color: #731496;
}
</style>
border-color css
<style>
span { border-color: #731496; }
span { border-color: rgb(115,20,150); }
td.TdClassName
{
border-color: #731496;
}
.TagClassName
{
border-color: #731496;
}
</style>