Shades of Vivid Violet #73208C
Tints of Vivid Violet #73208C
RGB
CMYK
RGB Variations
Color information
#73208C (or 0x73208C) is known color: Vivid Violet. HEX triplet: 73, 20 and 8C. RGB value is (115,32,140). Sum of RGB (Red+Green+Blue) = 115+32+140=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #73208C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73208C is #8CDF73. Grayscale: #444444. Windows color (decimal): -9232244 or 9183347. OLE color: 9183347.
HSL color Cylindrical-coordinate representation of color #73208C: hue angle of 286.11º 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 #73208C is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 32 | 140 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.45 |
| HSL | 286.11º | 0.63% | 0.34% | - |
| HSV(B) | 286.11º | 0.77% | 0.55% | - |
| XYZ | 12.32 | 6.57 | 25.43 | - |
| YUV | 69.13 | 168 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 32 | 140 | 0.18 | 0.77 | 0 | 0.45 | 286.11 | 0.63 | 0.34 |
| Hex | 73 | 20 | 8C | 12 | 4D | 0 | 2D | 11E | 3F | 22 |
| Octal | 163 | 40 | 214 | 22 | 115 | 0 | 55 | 436 | 77 | 42 |
| Binary | 1110011 | 100000 | 10001100 | 10010 | 1001101 | 0 | 101101 | 100011110 | 111111 | 100010 |
Color Harmonies of #73208C
Complementary color
Monochromatic Colors of #73208C
Black with #73208C
Text Example
Text Example
White with #73208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73208C; }
p { color: rgb(115,32,140); }
H1.HeaderClassName
{
color: #73208C;
}
.AnyTagClassName
{
color: #73208C;
}
</style>
background-color css
<style>
a { background-color: #73208C; }
a { background-color: rgb(115,32,140); }
div.DivClassName
{
background-color: #73208C;
}
.BgClassName
{
background-color: #73208C;
}
</style>
border-color css
<style>
span { border-color: #73208C; }
span { border-color: rgb(115,32,140); }
td.TdClassName
{
border-color: #73208C;
}
.TagClassName
{
border-color: #73208C;
}
</style>