Shades of Vivid Violet #733490
Tints of Vivid Violet #733490
RGB
CMYK
RGB Variations
Color information
#733490 (or 0x733490) is known color: Vivid Violet. HEX triplet: 73, 34 and 90. RGB value is (115,52,144). Sum of RGB (Red+Green+Blue) = 115+52+144=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #733490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733490 is #8CCB6F. Grayscale: #515151. Windows color (decimal): -9227120 or 9450611. OLE color: 9450611.
HSL color Cylindrical-coordinate representation of color #733490: hue angle of 281.09º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #733490 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 52 | 144 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.44 |
| HSL | 281.09º | 0.47% | 0.38% | - |
| HSV(B) | 281.09º | 0.64% | 0.56% | - |
| XYZ | 13.33 | 8.11 | 27.25 | - |
| YUV | 81.33 | 163.37 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 52 | 144 | 0.20 | 0.64 | 0 | 0.44 | 281.09 | 0.47 | 0.38 |
| Hex | 73 | 34 | 90 | 14 | 40 | 0 | 2C | 119 | 2F | 26 |
| Octal | 163 | 64 | 220 | 24 | 100 | 0 | 54 | 431 | 57 | 46 |
| Binary | 1110011 | 110100 | 10010000 | 10100 | 1000000 | 0 | 101100 | 100011001 | 101111 | 100110 |
Color Harmonies of #733490
Complementary color
Monochromatic Colors of #733490
Black with #733490
Text Example
Text Example
White with #733490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733490; }
p { color: rgb(115,52,144); }
H1.HeaderClassName
{
color: #733490;
}
.AnyTagClassName
{
color: #733490;
}
</style>
background-color css
<style>
a { background-color: #733490; }
a { background-color: rgb(115,52,144); }
div.DivClassName
{
background-color: #733490;
}
.BgClassName
{
background-color: #733490;
}
</style>
border-color css
<style>
span { border-color: #733490; }
span { border-color: rgb(115,52,144); }
td.TdClassName
{
border-color: #733490;
}
.TagClassName
{
border-color: #733490;
}
</style>