Shades of Vivid Violet #733895
Tints of Vivid Violet #733895
RGB
CMYK
RGB Variations
Color information
#733895 (or 0x733895) is known color: Vivid Violet. HEX triplet: 73, 38 and 95. RGB value is (115,56,149). Sum of RGB (Red+Green+Blue) = 115+56+149=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #733895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733895 is #8CC76A. Grayscale: #535353. Windows color (decimal): -9226091 or 9779315. OLE color: 9779315.
HSL color Cylindrical-coordinate representation of color #733895: hue angle of 278.06º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #733895 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 56 | 149 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.42 |
| HSL | 278.06º | 0.45% | 0.4% | - |
| HSV(B) | 278.06º | 0.62% | 0.58% | - |
| XYZ | 13.91 | 8.64 | 29.37 | - |
| YUV | 84.24 | 164.55 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 56 | 149 | 0.23 | 0.62 | 0 | 0.42 | 278.06 | 0.45 | 0.4 |
| Hex | 73 | 38 | 95 | 17 | 3E | 0 | 2A | 116 | 2D | 28 |
| Octal | 163 | 70 | 225 | 27 | 76 | 0 | 52 | 426 | 55 | 50 |
| Binary | 1110011 | 111000 | 10010101 | 10111 | 111110 | 0 | 101010 | 100010110 | 101101 | 101000 |
Color Harmonies of #733895
Complementary color
Monochromatic Colors of #733895
Black with #733895
Text Example
Text Example
White with #733895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733895; }
p { color: rgb(115,56,149); }
H1.HeaderClassName
{
color: #733895;
}
.AnyTagClassName
{
color: #733895;
}
</style>
background-color css
<style>
a { background-color: #733895; }
a { background-color: rgb(115,56,149); }
div.DivClassName
{
background-color: #733895;
}
.BgClassName
{
background-color: #733895;
}
</style>
border-color css
<style>
span { border-color: #733895; }
span { border-color: rgb(115,56,149); }
td.TdClassName
{
border-color: #733895;
}
.TagClassName
{
border-color: #733895;
}
</style>