Shades of Vivid Violet #731694
Tints of Vivid Violet #731694
RGB
CMYK
RGB Variations
Color information
#731694 (or 0x731694) is known color: Vivid Violet. HEX triplet: 73, 16 and 94. RGB value is (115,22,148). Sum of RGB (Red+Green+Blue) = 115+22+148=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #731694 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731694 is #8CE96B. Grayscale: #3F3F3F. Windows color (decimal): -9234796 or 9705075. OLE color: 9705075.
HSL color Cylindrical-coordinate representation of color #731694: hue angle of 284.29º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731694 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 22 | 148 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.42 |
| HSL | 284.29º | 0.74% | 0.33% | - |
| HSV(B) | 284.29º | 0.85% | 0.58% | - |
| XYZ | 12.7 | 6.36 | 28.57 | - |
| YUV | 64.17 | 175.31 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 22 | 148 | 0.22 | 0.85 | 0 | 0.42 | 284.29 | 0.74 | 0.33 |
| Hex | 73 | 16 | 94 | 16 | 55 | 0 | 2A | 11C | 4A | 21 |
| Octal | 163 | 26 | 224 | 26 | 125 | 0 | 52 | 434 | 112 | 41 |
| Binary | 1110011 | 10110 | 10010100 | 10110 | 1010101 | 0 | 101010 | 100011100 | 1001010 | 100001 |
Color Harmonies of #731694
Complementary color
Monochromatic Colors of #731694
Black with #731694
Text Example
Text Example
White with #731694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731694; }
p { color: rgb(115,22,148); }
H1.HeaderClassName
{
color: #731694;
}
.AnyTagClassName
{
color: #731694;
}
</style>
background-color css
<style>
a { background-color: #731694; }
a { background-color: rgb(115,22,148); }
div.DivClassName
{
background-color: #731694;
}
.BgClassName
{
background-color: #731694;
}
</style>
border-color css
<style>
span { border-color: #731694; }
span { border-color: rgb(115,22,148); }
td.TdClassName
{
border-color: #731694;
}
.TagClassName
{
border-color: #731694;
}
</style>