Shades of Vivid Violet #733198
Tints of Vivid Violet #733198
RGB
CMYK
RGB Variations
Color information
#733198 (or 0x733198) is known color: Vivid Violet. HEX triplet: 73, 31 and 98. RGB value is (115,49,152). Sum of RGB (Red+Green+Blue) = 115+49+152=316 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.39% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #733198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733198 is #8CCE67. Grayscale: #505050. Windows color (decimal): -9227880 or 9974131. OLE color: 9974131.
HSL color Cylindrical-coordinate representation of color #733198: hue angle of 278.45º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #733198 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 49 | 152 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.40 |
| HSL | 278.45º | 0.51% | 0.39% | - |
| HSV(B) | 278.45º | 0.68% | 0.6% | - |
| XYZ | 13.84 | 8.11 | 30.54 | - |
| YUV | 80.48 | 168.37 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 49 | 152 | 0.24 | 0.68 | 0 | 0.40 | 278.45 | 0.51 | 0.39 |
| Hex | 73 | 31 | 98 | 18 | 44 | 0 | 28 | 116 | 33 | 27 |
| Octal | 163 | 61 | 230 | 30 | 104 | 0 | 50 | 426 | 63 | 47 |
| Binary | 1110011 | 110001 | 10011000 | 11000 | 1000100 | 0 | 101000 | 100010110 | 110011 | 100111 |
Color Harmonies of #733198
Complementary color
Monochromatic Colors of #733198
Black with #733198
Text Example
Text Example
White with #733198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733198; }
p { color: rgb(115,49,152); }
H1.HeaderClassName
{
color: #733198;
}
.AnyTagClassName
{
color: #733198;
}
</style>
background-color css
<style>
a { background-color: #733198; }
a { background-color: rgb(115,49,152); }
div.DivClassName
{
background-color: #733198;
}
.BgClassName
{
background-color: #733198;
}
</style>
border-color css
<style>
span { border-color: #733198; }
span { border-color: rgb(115,49,152); }
td.TdClassName
{
border-color: #733198;
}
.TagClassName
{
border-color: #733198;
}
</style>