Shades of Vivid Violet #733090
Tints of Vivid Violet #733090
RGB
CMYK
RGB Variations
Color information
#733090 (or 0x733090) is known color: Vivid Violet. HEX triplet: 73, 30 and 90. RGB value is (115,48,144). Sum of RGB (Red+Green+Blue) = 115+48+144=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #733090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733090 is #8CCF6F. Grayscale: #4E4E4E. Windows color (decimal): -9228144 or 9449587. OLE color: 9449587.
HSL color Cylindrical-coordinate representation of color #733090: hue angle of 281.88º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #733090 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 48 | 144 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.44 |
| HSL | 281.88º | 0.5% | 0.38% | - |
| HSV(B) | 281.88º | 0.67% | 0.56% | - |
| XYZ | 13.16 | 7.77 | 27.19 | - |
| YUV | 78.98 | 164.7 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 48 | 144 | 0.20 | 0.67 | 0 | 0.44 | 281.88 | 0.5 | 0.38 |
| Hex | 73 | 30 | 90 | 14 | 43 | 0 | 2C | 11A | 32 | 26 |
| Octal | 163 | 60 | 220 | 24 | 103 | 0 | 54 | 432 | 62 | 46 |
| Binary | 1110011 | 110000 | 10010000 | 10100 | 1000011 | 0 | 101100 | 100011010 | 110010 | 100110 |
Color Harmonies of #733090
Complementary color
Monochromatic Colors of #733090
Black with #733090
Text Example
Text Example
White with #733090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733090; }
p { color: rgb(115,48,144); }
H1.HeaderClassName
{
color: #733090;
}
.AnyTagClassName
{
color: #733090;
}
</style>
background-color css
<style>
a { background-color: #733090; }
a { background-color: rgb(115,48,144); }
div.DivClassName
{
background-color: #733090;
}
.BgClassName
{
background-color: #733090;
}
</style>
border-color css
<style>
span { border-color: #733090; }
span { border-color: rgb(115,48,144); }
td.TdClassName
{
border-color: #733090;
}
.TagClassName
{
border-color: #733090;
}
</style>