Shades of Vivid Violet #731898
Tints of Vivid Violet #731898
RGB
CMYK
RGB Variations
Color information
#731898 (or 0x731898) is known color: Vivid Violet. HEX triplet: 73, 18 and 98. RGB value is (115,24,152). Sum of RGB (Red+Green+Blue) = 115+24+152=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 152 (59.77% from 255 or 52.23% from 291); Max value from RGB is 152 - color contains mainly: blue. Hex color #731898 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731898 is #8CE767. Grayscale: #414141. Windows color (decimal): -9234280 or 9967731. OLE color: 9967731.
HSL color Cylindrical-coordinate representation of color #731898: hue angle of 282.66º degrees, saturation: 0.73, 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 #731898 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 24 | 152 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.40 |
| HSL | 282.66º | 0.73% | 0.35% | - |
| HSV(B) | 282.66º | 0.84% | 0.6% | - |
| XYZ | 13.06 | 6.57 | 30.28 | - |
| YUV | 65.8 | 176.65 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 24 | 152 | 0.24 | 0.84 | 0 | 0.40 | 282.66 | 0.73 | 0.35 |
| Hex | 73 | 18 | 98 | 18 | 54 | 0 | 28 | 11B | 49 | 23 |
| Octal | 163 | 30 | 230 | 30 | 124 | 0 | 50 | 433 | 111 | 43 |
| Binary | 1110011 | 11000 | 10011000 | 11000 | 1010100 | 0 | 101000 | 100011011 | 1001001 | 100011 |
Color Harmonies of #731898
Complementary color
Monochromatic Colors of #731898
Black with #731898
Text Example
Text Example
White with #731898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731898; }
p { color: rgb(115,24,152); }
H1.HeaderClassName
{
color: #731898;
}
.AnyTagClassName
{
color: #731898;
}
</style>
background-color css
<style>
a { background-color: #731898; }
a { background-color: rgb(115,24,152); }
div.DivClassName
{
background-color: #731898;
}
.BgClassName
{
background-color: #731898;
}
</style>
border-color css
<style>
span { border-color: #731898; }
span { border-color: rgb(115,24,152); }
td.TdClassName
{
border-color: #731898;
}
.TagClassName
{
border-color: #731898;
}
</style>