Shades of Vivid Violet #731F87
Tints of Vivid Violet #731F87
RGB
CMYK
RGB Variations
Color information
#731F87 (or 0x731F87) is known color: Vivid Violet. HEX triplet: 73, 1F and 87. RGB value is (115,31,135). Sum of RGB (Red+Green+Blue) = 115+31+135=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 31 (12.5% from 255 or 11.03% from 281); Blue value is 135 (53.12% from 255 or 48.04% from 281); Max value from RGB is 135 - color contains mainly: blue. Hex color #731F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731F87 is #8CE078. Grayscale: #434343. Windows color (decimal): -9232505 or 8855411. OLE color: 8855411.
HSL color Cylindrical-coordinate representation of color #731F87: hue angle of 288.46º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #731F87 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 31 | 135 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.47 |
| HSL | 288.46º | 0.63% | 0.33% | - |
| HSV(B) | 288.46º | 0.77% | 0.53% | - |
| XYZ | 11.93 | 6.37 | 23.52 | - |
| YUV | 67.97 | 165.83 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 31 | 135 | 0.15 | 0.77 | 0 | 0.47 | 288.46 | 0.63 | 0.33 |
| Hex | 73 | 1F | 87 | F | 4D | 0 | 2F | 120 | 3F | 21 |
| Octal | 163 | 37 | 207 | 17 | 115 | 0 | 57 | 440 | 77 | 41 |
| Binary | 1110011 | 11111 | 10000111 | 1111 | 1001101 | 0 | 101111 | 100100000 | 111111 | 100001 |
Color Harmonies of #731F87
Complementary color
Monochromatic Colors of #731F87
Black with #731F87
Text Example
Text Example
White with #731F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731F87; }
p { color: rgb(115,31,135); }
H1.HeaderClassName
{
color: #731F87;
}
.AnyTagClassName
{
color: #731F87;
}
</style>
background-color css
<style>
a { background-color: #731F87; }
a { background-color: rgb(115,31,135); }
div.DivClassName
{
background-color: #731F87;
}
.BgClassName
{
background-color: #731F87;
}
</style>
border-color css
<style>
span { border-color: #731F87; }
span { border-color: rgb(115,31,135); }
td.TdClassName
{
border-color: #731F87;
}
.TagClassName
{
border-color: #731F87;
}
</style>