Shades of Vivid Violet #731C85
Tints of Vivid Violet #731C85
RGB
CMYK
RGB Variations
Color information
#731C85 (or 0x731C85) is known color: Vivid Violet. HEX triplet: 73, 1C and 85. RGB value is (115,28,133). Sum of RGB (Red+Green+Blue) = 115+28+133=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #731C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731C85 is #8CE37A. Grayscale: #414141. Windows color (decimal): -9233275 or 8723571. OLE color: 8723571.
HSL color Cylindrical-coordinate representation of color #731C85: hue angle of 289.71º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #731C85 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 28 | 133 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.48 |
| HSL | 289.71º | 0.65% | 0.32% | - |
| HSV(B) | 289.71º | 0.79% | 0.52% | - |
| XYZ | 11.72 | 6.17 | 22.76 | - |
| YUV | 65.98 | 165.82 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 133 | 0.14 | 0.79 | 0 | 0.48 | 289.71 | 0.65 | 0.32 |
| Hex | 73 | 1C | 85 | E | 4F | 0 | 30 | 122 | 41 | 20 |
| Octal | 163 | 34 | 205 | 16 | 117 | 0 | 60 | 442 | 101 | 40 |
| Binary | 1110011 | 11100 | 10000101 | 1110 | 1001111 | 0 | 110000 | 100100010 | 1000001 | 100000 |
Color Harmonies of #731C85
Complementary color
Monochromatic Colors of #731C85
Black with #731C85
Text Example
Text Example
White with #731C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731C85; }
p { color: rgb(115,28,133); }
H1.HeaderClassName
{
color: #731C85;
}
.AnyTagClassName
{
color: #731C85;
}
</style>
background-color css
<style>
a { background-color: #731C85; }
a { background-color: rgb(115,28,133); }
div.DivClassName
{
background-color: #731C85;
}
.BgClassName
{
background-color: #731C85;
}
</style>
border-color css
<style>
span { border-color: #731C85; }
span { border-color: rgb(115,28,133); }
td.TdClassName
{
border-color: #731C85;
}
.TagClassName
{
border-color: #731C85;
}
</style>