Shades of Vivid Violet #731998
Tints of Vivid Violet #731998
RGB
CMYK
RGB Variations
Color information
#731998 (or 0x731998) is known color: Vivid Violet. HEX triplet: 73, 19 and 98. RGB value is (115,25,152). Sum of RGB (Red+Green+Blue) = 115+25+152=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 152 (59.77% from 255 or 52.05% from 292); Max value from RGB is 152 - color contains mainly: blue. Hex color #731998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731998 is #8CE667. Grayscale: #414141. Windows color (decimal): -9234024 or 9967987. OLE color: 9967987.
HSL color Cylindrical-coordinate representation of color #731998: hue angle of 282.52º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #731998 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 25 | 152 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.40 |
| HSL | 282.52º | 0.72% | 0.35% | - |
| HSV(B) | 282.52º | 0.84% | 0.6% | - |
| XYZ | 13.09 | 6.61 | 30.29 | - |
| YUV | 66.39 | 176.32 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 152 | 0.24 | 0.84 | 0 | 0.40 | 282.52 | 0.72 | 0.35 |
| Hex | 73 | 19 | 98 | 18 | 54 | 0 | 28 | 11B | 48 | 23 |
| Octal | 163 | 31 | 230 | 30 | 124 | 0 | 50 | 433 | 110 | 43 |
| Binary | 1110011 | 11001 | 10011000 | 11000 | 1010100 | 0 | 101000 | 100011011 | 1001000 | 100011 |
Color Harmonies of #731998
Complementary color
Monochromatic Colors of #731998
Black with #731998
Text Example
Text Example
White with #731998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731998; }
p { color: rgb(115,25,152); }
H1.HeaderClassName
{
color: #731998;
}
.AnyTagClassName
{
color: #731998;
}
</style>
background-color css
<style>
a { background-color: #731998; }
a { background-color: rgb(115,25,152); }
div.DivClassName
{
background-color: #731998;
}
.BgClassName
{
background-color: #731998;
}
</style>
border-color css
<style>
span { border-color: #731998; }
span { border-color: rgb(115,25,152); }
td.TdClassName
{
border-color: #731998;
}
.TagClassName
{
border-color: #731998;
}
</style>