Shades of Vivid Violet #732491
Tints of Vivid Violet #732491
RGB
CMYK
RGB Variations
Color information
#732491 (or 0x732491) is known color: Vivid Violet. HEX triplet: 73, 24 and 91. RGB value is (115,36,145). Sum of RGB (Red+Green+Blue) = 115+36+145=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #732491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732491 is #8CDB6E. Grayscale: #474747. Windows color (decimal): -9231215 or 9512051. OLE color: 9512051.
HSL color Cylindrical-coordinate representation of color #732491: hue angle of 283.49º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #732491 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 36 | 145 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.43 |
| HSL | 283.49º | 0.6% | 0.35% | - |
| HSV(B) | 283.49º | 0.75% | 0.57% | - |
| XYZ | 12.81 | 6.95 | 27.45 | - |
| YUV | 72.05 | 169.17 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 36 | 145 | 0.21 | 0.75 | 0 | 0.43 | 283.49 | 0.6 | 0.35 |
| Hex | 73 | 24 | 91 | 15 | 4B | 0 | 2B | 11B | 3C | 23 |
| Octal | 163 | 44 | 221 | 25 | 113 | 0 | 53 | 433 | 74 | 43 |
| Binary | 1110011 | 100100 | 10010001 | 10101 | 1001011 | 0 | 101011 | 100011011 | 111100 | 100011 |
Color Harmonies of #732491
Complementary color
Monochromatic Colors of #732491
Black with #732491
Text Example
Text Example
White with #732491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732491; }
p { color: rgb(115,36,145); }
H1.HeaderClassName
{
color: #732491;
}
.AnyTagClassName
{
color: #732491;
}
</style>
background-color css
<style>
a { background-color: #732491; }
a { background-color: rgb(115,36,145); }
div.DivClassName
{
background-color: #732491;
}
.BgClassName
{
background-color: #732491;
}
</style>
border-color css
<style>
span { border-color: #732491; }
span { border-color: rgb(115,36,145); }
td.TdClassName
{
border-color: #732491;
}
.TagClassName
{
border-color: #732491;
}
</style>