Shades of Vivid Violet #73308C
Tints of Vivid Violet #73308C
RGB
CMYK
RGB Variations
Color information
#73308C (or 0x73308C) is known color: Vivid Violet. HEX triplet: 73, 30 and 8C. RGB value is (115,48,140). Sum of RGB (Red+Green+Blue) = 115+48+140=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 140 - color contains mainly: blue. Hex color #73308C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73308C is #8CCF73. Grayscale: #4E4E4E. Windows color (decimal): -9228148 or 9187443. OLE color: 9187443.
HSL color Cylindrical-coordinate representation of color #73308C: hue angle of 283.7º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #73308C is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 48 | 140 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.45 |
| HSL | 283.7º | 0.49% | 0.37% | - |
| HSV(B) | 283.7º | 0.66% | 0.55% | - |
| XYZ | 12.86 | 7.65 | 25.61 | - |
| YUV | 78.52 | 162.7 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 48 | 140 | 0.18 | 0.66 | 0 | 0.45 | 283.7 | 0.49 | 0.37 |
| Hex | 73 | 30 | 8C | 12 | 42 | 0 | 2D | 11C | 31 | 25 |
| Octal | 163 | 60 | 214 | 22 | 102 | 0 | 55 | 434 | 61 | 45 |
| Binary | 1110011 | 110000 | 10001100 | 10010 | 1000010 | 0 | 101101 | 100011100 | 110001 | 100101 |
Color Harmonies of #73308C
Complementary color
Monochromatic Colors of #73308C
Black with #73308C
Text Example
Text Example
White with #73308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73308C; }
p { color: rgb(115,48,140); }
H1.HeaderClassName
{
color: #73308C;
}
.AnyTagClassName
{
color: #73308C;
}
</style>
background-color css
<style>
a { background-color: #73308C; }
a { background-color: rgb(115,48,140); }
div.DivClassName
{
background-color: #73308C;
}
.BgClassName
{
background-color: #73308C;
}
</style>
border-color css
<style>
span { border-color: #73308C; }
span { border-color: rgb(115,48,140); }
td.TdClassName
{
border-color: #73308C;
}
.TagClassName
{
border-color: #73308C;
}
</style>