Shades of Vivid Violet #731A89
Tints of Vivid Violet #731A89
RGB
CMYK
RGB Variations
Color information
#731A89 (or 0x731A89) is known color: Vivid Violet. HEX triplet: 73, 1A and 89. RGB value is (115,26,137). Sum of RGB (Red+Green+Blue) = 115+26+137=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #731A89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731A89 is #8CE576. Grayscale: #404040. Windows color (decimal): -9233783 or 8985203. OLE color: 8985203.
HSL color Cylindrical-coordinate representation of color #731A89: hue angle of 288.11º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #731A89 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 26 | 137 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.46 |
| HSL | 288.11º | 0.68% | 0.32% | - |
| HSV(B) | 288.11º | 0.81% | 0.54% | - |
| XYZ | 11.95 | 6.19 | 24.23 | - |
| YUV | 65.27 | 168.49 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 26 | 137 | 0.16 | 0.81 | 0 | 0.46 | 288.11 | 0.68 | 0.32 |
| Hex | 73 | 1A | 89 | 10 | 51 | 0 | 2E | 120 | 44 | 20 |
| Octal | 163 | 32 | 211 | 20 | 121 | 0 | 56 | 440 | 104 | 40 |
| Binary | 1110011 | 11010 | 10001001 | 10000 | 1010001 | 0 | 101110 | 100100000 | 1000100 | 100000 |
Color Harmonies of #731A89
Complementary color
Monochromatic Colors of #731A89
Black with #731A89
Text Example
Text Example
White with #731A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731A89; }
p { color: rgb(115,26,137); }
H1.HeaderClassName
{
color: #731A89;
}
.AnyTagClassName
{
color: #731A89;
}
</style>
background-color css
<style>
a { background-color: #731A89; }
a { background-color: rgb(115,26,137); }
div.DivClassName
{
background-color: #731A89;
}
.BgClassName
{
background-color: #731A89;
}
</style>
border-color css
<style>
span { border-color: #731A89; }
span { border-color: rgb(115,26,137); }
td.TdClassName
{
border-color: #731A89;
}
.TagClassName
{
border-color: #731A89;
}
</style>