Shades of Vivid Violet #73328B
Tints of Vivid Violet #73328B
RGB
CMYK
RGB Variations
Color information
#73328B (or 0x73328B) is known color: Vivid Violet. HEX triplet: 73, 32 and 8B. RGB value is (115,50,139). Sum of RGB (Red+Green+Blue) = 115+50+139=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #73328B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73328B is #8CCD74. Grayscale: #4F4F4F. Windows color (decimal): -9227637 or 9122419. OLE color: 9122419.
HSL color Cylindrical-coordinate representation of color #73328B: hue angle of 283.82º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #73328B is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 50 | 139 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.45 |
| HSL | 283.82º | 0.47% | 0.37% | - |
| HSV(B) | 283.82º | 0.64% | 0.55% | - |
| XYZ | 12.87 | 7.79 | 25.25 | - |
| YUV | 79.58 | 161.53 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 50 | 139 | 0.17 | 0.64 | 0 | 0.45 | 283.82 | 0.47 | 0.37 |
| Hex | 73 | 32 | 8B | 11 | 40 | 0 | 2D | 11C | 2F | 25 |
| Octal | 163 | 62 | 213 | 21 | 100 | 0 | 55 | 434 | 57 | 45 |
| Binary | 1110011 | 110010 | 10001011 | 10001 | 1000000 | 0 | 101101 | 100011100 | 101111 | 100101 |
Color Harmonies of #73328B
Complementary color
Monochromatic Colors of #73328B
Black with #73328B
Text Example
Text Example
White with #73328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73328B; }
p { color: rgb(115,50,139); }
H1.HeaderClassName
{
color: #73328B;
}
.AnyTagClassName
{
color: #73328B;
}
</style>
background-color css
<style>
a { background-color: #73328B; }
a { background-color: rgb(115,50,139); }
div.DivClassName
{
background-color: #73328B;
}
.BgClassName
{
background-color: #73328B;
}
</style>
border-color css
<style>
span { border-color: #73328B; }
span { border-color: rgb(115,50,139); }
td.TdClassName
{
border-color: #73328B;
}
.TagClassName
{
border-color: #73328B;
}
</style>