Shades of Vivid Violet #73208B
Tints of Vivid Violet #73208B
RGB
CMYK
RGB Variations
Color information
#73208B (or 0x73208B) is known color: Vivid Violet. HEX triplet: 73, 20 and 8B. RGB value is (115,32,139). Sum of RGB (Red+Green+Blue) = 115+32+139=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #73208B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73208B is #8CDF74. Grayscale: #444444. Windows color (decimal): -9232245 or 9117811. OLE color: 9117811.
HSL color Cylindrical-coordinate representation of color #73208B: hue angle of 286.54º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73208B is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 32 | 139 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.45 |
| HSL | 286.54º | 0.63% | 0.34% | - |
| HSV(B) | 286.54º | 0.77% | 0.55% | - |
| XYZ | 12.25 | 6.54 | 25.04 | - |
| YUV | 69.02 | 167.5 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 32 | 139 | 0.17 | 0.77 | 0 | 0.45 | 286.54 | 0.63 | 0.34 |
| Hex | 73 | 20 | 8B | 11 | 4D | 0 | 2D | 11F | 3F | 22 |
| Octal | 163 | 40 | 213 | 21 | 115 | 0 | 55 | 437 | 77 | 42 |
| Binary | 1110011 | 100000 | 10001011 | 10001 | 1001101 | 0 | 101101 | 100011111 | 111111 | 100010 |
Color Harmonies of #73208B
Complementary color
Monochromatic Colors of #73208B
Black with #73208B
Text Example
Text Example
White with #73208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73208B; }
p { color: rgb(115,32,139); }
H1.HeaderClassName
{
color: #73208B;
}
.AnyTagClassName
{
color: #73208B;
}
</style>
background-color css
<style>
a { background-color: #73208B; }
a { background-color: rgb(115,32,139); }
div.DivClassName
{
background-color: #73208B;
}
.BgClassName
{
background-color: #73208B;
}
</style>
border-color css
<style>
span { border-color: #73208B; }
span { border-color: rgb(115,32,139); }
td.TdClassName
{
border-color: #73208B;
}
.TagClassName
{
border-color: #73208B;
}
</style>