Shades of Vivid Violet #731D8F
Tints of Vivid Violet #731D8F
RGB
CMYK
RGB Variations
Color information
#731D8F (or 0x731D8F) is known color: Vivid Violet. HEX triplet: 73, 1D and 8F. RGB value is (115,29,143). Sum of RGB (Red+Green+Blue) = 115+29+143=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 143 (56.25% from 255 or 49.83% from 287); Max value from RGB is 143 - color contains mainly: blue. Hex color #731D8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731D8F is #8CE270. Grayscale: #434343. Windows color (decimal): -9233009 or 9379187. OLE color: 9379187.
HSL color Cylindrical-coordinate representation of color #731D8F: hue angle of 285.26º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #731D8F is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 29 | 143 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.44 |
| HSL | 285.26º | 0.66% | 0.34% | - |
| HSV(B) | 285.26º | 0.8% | 0.56% | - |
| XYZ | 12.47 | 6.51 | 26.59 | - |
| YUV | 67.71 | 170.49 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 29 | 143 | 0.20 | 0.80 | 0 | 0.44 | 285.26 | 0.66 | 0.34 |
| Hex | 73 | 1D | 8F | 14 | 50 | 0 | 2C | 11D | 42 | 22 |
| Octal | 163 | 35 | 217 | 24 | 120 | 0 | 54 | 435 | 102 | 42 |
| Binary | 1110011 | 11101 | 10001111 | 10100 | 1010000 | 0 | 101100 | 100011101 | 1000010 | 100010 |
Color Harmonies of #731D8F
Complementary color
Monochromatic Colors of #731D8F
Black with #731D8F
Text Example
Text Example
White with #731D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731D8F; }
p { color: rgb(115,29,143); }
H1.HeaderClassName
{
color: #731D8F;
}
.AnyTagClassName
{
color: #731D8F;
}
</style>
background-color css
<style>
a { background-color: #731D8F; }
a { background-color: rgb(115,29,143); }
div.DivClassName
{
background-color: #731D8F;
}
.BgClassName
{
background-color: #731D8F;
}
</style>
border-color css
<style>
span { border-color: #731D8F; }
span { border-color: rgb(115,29,143); }
td.TdClassName
{
border-color: #731D8F;
}
.TagClassName
{
border-color: #731D8F;
}
</style>