Shades of Vivid Violet #731E9D
Tints of Vivid Violet #731E9D
RGB
CMYK
RGB Variations
Color information
#731E9D (or 0x731E9D) is known color: Vivid Violet. HEX triplet: 73, 1E and 9D. RGB value is (115,30,157). Sum of RGB (Red+Green+Blue) = 115+30+157=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #731E9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731E9D is #8CE162. Grayscale: #454545. Windows color (decimal): -9232739 or 10296947. OLE color: 10296947.
HSL color Cylindrical-coordinate representation of color #731E9D: hue angle of 280.16º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #731E9D is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 30 | 157 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.38 |
| HSL | 280.16º | 0.68% | 0.37% | - |
| HSV(B) | 280.16º | 0.81% | 0.62% | - |
| XYZ | 13.62 | 7.01 | 32.53 | - |
| YUV | 69.89 | 177.16 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 30 | 157 | 0.27 | 0.81 | 0 | 0.38 | 280.16 | 0.68 | 0.37 |
| Hex | 73 | 1E | 9D | 1B | 51 | 0 | 26 | 118 | 44 | 25 |
| Octal | 163 | 36 | 235 | 33 | 121 | 0 | 46 | 430 | 104 | 45 |
| Binary | 1110011 | 11110 | 10011101 | 11011 | 1010001 | 0 | 100110 | 100011000 | 1000100 | 100101 |
Color Harmonies of #731E9D
Complementary color
Monochromatic Colors of #731E9D
Black with #731E9D
Text Example
Text Example
White with #731E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731E9D; }
p { color: rgb(115,30,157); }
H1.HeaderClassName
{
color: #731E9D;
}
.AnyTagClassName
{
color: #731E9D;
}
</style>
background-color css
<style>
a { background-color: #731E9D; }
a { background-color: rgb(115,30,157); }
div.DivClassName
{
background-color: #731E9D;
}
.BgClassName
{
background-color: #731E9D;
}
</style>
border-color css
<style>
span { border-color: #731E9D; }
span { border-color: rgb(115,30,157); }
td.TdClassName
{
border-color: #731E9D;
}
.TagClassName
{
border-color: #731E9D;
}
</style>