Shades of Vivid Violet #733993
Tints of Vivid Violet #733993
RGB
CMYK
RGB Variations
Color information
#733993 (or 0x733993) is known color: Vivid Violet. HEX triplet: 73, 39 and 93. RGB value is (115,57,147). Sum of RGB (Red+Green+Blue) = 115+57+147=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #733993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733993 is #8CC66C. Grayscale: #545454. Windows color (decimal): -9225837 or 9648499. OLE color: 9648499.
HSL color Cylindrical-coordinate representation of color #733993: hue angle of 278.67º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #733993 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 57 | 147 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.42 |
| HSL | 278.67º | 0.44% | 0.4% | - |
| HSV(B) | 278.67º | 0.61% | 0.58% | - |
| XYZ | 13.8 | 8.68 | 28.55 | - |
| YUV | 84.6 | 163.22 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 57 | 147 | 0.22 | 0.61 | 0 | 0.42 | 278.67 | 0.44 | 0.4 |
| Hex | 73 | 39 | 93 | 16 | 3D | 0 | 2A | 117 | 2C | 28 |
| Octal | 163 | 71 | 223 | 26 | 75 | 0 | 52 | 427 | 54 | 50 |
| Binary | 1110011 | 111001 | 10010011 | 10110 | 111101 | 0 | 101010 | 100010111 | 101100 | 101000 |
Color Harmonies of #733993
Complementary color
Monochromatic Colors of #733993
Black with #733993
Text Example
Text Example
White with #733993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733993; }
p { color: rgb(115,57,147); }
H1.HeaderClassName
{
color: #733993;
}
.AnyTagClassName
{
color: #733993;
}
</style>
background-color css
<style>
a { background-color: #733993; }
a { background-color: rgb(115,57,147); }
div.DivClassName
{
background-color: #733993;
}
.BgClassName
{
background-color: #733993;
}
</style>
border-color css
<style>
span { border-color: #733993; }
span { border-color: rgb(115,57,147); }
td.TdClassName
{
border-color: #733993;
}
.TagClassName
{
border-color: #733993;
}
</style>