Shades of Vivid Violet #731C88
Tints of Vivid Violet #731C88
RGB
CMYK
RGB Variations
Color information
#731C88 (or 0x731C88) is known color: Vivid Violet. HEX triplet: 73, 1C and 88. RGB value is (115,28,136). Sum of RGB (Red+Green+Blue) = 115+28+136=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #731C88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731C88 is #8CE377. Grayscale: #414141. Windows color (decimal): -9233272 or 8920179. OLE color: 8920179.
HSL color Cylindrical-coordinate representation of color #731C88: hue angle of 288.33º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #731C88 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 28 | 136 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.47 |
| HSL | 288.33º | 0.66% | 0.32% | - |
| HSV(B) | 288.33º | 0.79% | 0.53% | - |
| XYZ | 11.93 | 6.25 | 23.87 | - |
| YUV | 66.33 | 167.32 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 136 | 0.15 | 0.79 | 0 | 0.47 | 288.33 | 0.66 | 0.32 |
| Hex | 73 | 1C | 88 | F | 4F | 0 | 2F | 120 | 42 | 20 |
| Octal | 163 | 34 | 210 | 17 | 117 | 0 | 57 | 440 | 102 | 40 |
| Binary | 1110011 | 11100 | 10001000 | 1111 | 1001111 | 0 | 101111 | 100100000 | 1000010 | 100000 |
Color Harmonies of #731C88
Complementary color
Monochromatic Colors of #731C88
Black with #731C88
Text Example
Text Example
White with #731C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731C88; }
p { color: rgb(115,28,136); }
H1.HeaderClassName
{
color: #731C88;
}
.AnyTagClassName
{
color: #731C88;
}
</style>
background-color css
<style>
a { background-color: #731C88; }
a { background-color: rgb(115,28,136); }
div.DivClassName
{
background-color: #731C88;
}
.BgClassName
{
background-color: #731C88;
}
</style>
border-color css
<style>
span { border-color: #731C88; }
span { border-color: rgb(115,28,136); }
td.TdClassName
{
border-color: #731C88;
}
.TagClassName
{
border-color: #731C88;
}
</style>