Shades of Vivid Violet #732993
Tints of Vivid Violet #732993
RGB
CMYK
RGB Variations
Color information
#732993 (or 0x732993) is known color: Vivid Violet. HEX triplet: 73, 29 and 93. RGB value is (115,41,147). Sum of RGB (Red+Green+Blue) = 115+41+147=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #732993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732993 is #8CD66C. Grayscale: #4A4A4A. Windows color (decimal): -9229933 or 9644403. OLE color: 9644403.
HSL color Cylindrical-coordinate representation of color #732993: hue angle of 281.89º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #732993 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 41 | 147 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.42 |
| HSL | 281.89º | 0.56% | 0.37% | - |
| HSV(B) | 281.89º | 0.72% | 0.58% | - |
| XYZ | 13.13 | 7.34 | 28.33 | - |
| YUV | 75.21 | 168.52 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 41 | 147 | 0.22 | 0.72 | 0 | 0.42 | 281.89 | 0.56 | 0.37 |
| Hex | 73 | 29 | 93 | 16 | 48 | 0 | 2A | 11A | 38 | 25 |
| Octal | 163 | 51 | 223 | 26 | 110 | 0 | 52 | 432 | 70 | 45 |
| Binary | 1110011 | 101001 | 10010011 | 10110 | 1001000 | 0 | 101010 | 100011010 | 111000 | 100101 |
Color Harmonies of #732993
Complementary color
Monochromatic Colors of #732993
Black with #732993
Text Example
Text Example
White with #732993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732993; }
p { color: rgb(115,41,147); }
H1.HeaderClassName
{
color: #732993;
}
.AnyTagClassName
{
color: #732993;
}
</style>
background-color css
<style>
a { background-color: #732993; }
a { background-color: rgb(115,41,147); }
div.DivClassName
{
background-color: #732993;
}
.BgClassName
{
background-color: #732993;
}
</style>
border-color css
<style>
span { border-color: #732993; }
span { border-color: rgb(115,41,147); }
td.TdClassName
{
border-color: #732993;
}
.TagClassName
{
border-color: #732993;
}
</style>