Shades of Vivid Violet #731896
Tints of Vivid Violet #731896
RGB
CMYK
RGB Variations
Color information
#731896 (or 0x731896) is known color: Vivid Violet. HEX triplet: 73, 18 and 96. RGB value is (115,24,150). Sum of RGB (Red+Green+Blue) = 115+24+150=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 150 (58.98% from 255 or 51.90% from 289); Max value from RGB is 150 - color contains mainly: blue. Hex color #731896 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731896 is #8CE769. Grayscale: #414141. Windows color (decimal): -9234282 or 9836659. OLE color: 9836659.
HSL color Cylindrical-coordinate representation of color #731896: hue angle of 283.33º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #731896 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 24 | 150 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.41 |
| HSL | 283.33º | 0.72% | 0.34% | - |
| HSV(B) | 283.33º | 0.84% | 0.59% | - |
| XYZ | 12.9 | 6.5 | 29.43 | - |
| YUV | 65.57 | 175.65 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 24 | 150 | 0.23 | 0.84 | 0 | 0.41 | 283.33 | 0.72 | 0.34 |
| Hex | 73 | 18 | 96 | 17 | 54 | 0 | 29 | 11B | 48 | 22 |
| Octal | 163 | 30 | 226 | 27 | 124 | 0 | 51 | 433 | 110 | 42 |
| Binary | 1110011 | 11000 | 10010110 | 10111 | 1010100 | 0 | 101001 | 100011011 | 1001000 | 100010 |
Color Harmonies of #731896
Complementary color
Monochromatic Colors of #731896
Black with #731896
Text Example
Text Example
White with #731896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731896; }
p { color: rgb(115,24,150); }
H1.HeaderClassName
{
color: #731896;
}
.AnyTagClassName
{
color: #731896;
}
</style>
background-color css
<style>
a { background-color: #731896; }
a { background-color: rgb(115,24,150); }
div.DivClassName
{
background-color: #731896;
}
.BgClassName
{
background-color: #731896;
}
</style>
border-color css
<style>
span { border-color: #731896; }
span { border-color: rgb(115,24,150); }
td.TdClassName
{
border-color: #731896;
}
.TagClassName
{
border-color: #731896;
}
</style>