Shades of Vivid Violet #73298B
Tints of Vivid Violet #73298B
RGB
CMYK
RGB Variations
Color information
#73298B (or 0x73298B) is known color: Vivid Violet. HEX triplet: 73, 29 and 8B. RGB value is (115,41,139). Sum of RGB (Red+Green+Blue) = 115+41+139=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #73298B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73298B is #8CD674. Grayscale: #494949. Windows color (decimal): -9229941 or 9120115. OLE color: 9120115.
HSL color Cylindrical-coordinate representation of color #73298B: hue angle of 285.31º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #73298B is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 41 | 139 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.45 |
| HSL | 285.31º | 0.54% | 0.35% | - |
| HSV(B) | 285.31º | 0.71% | 0.55% | - |
| XYZ | 12.52 | 7.09 | 25.14 | - |
| YUV | 74.3 | 164.52 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 41 | 139 | 0.17 | 0.71 | 0 | 0.45 | 285.31 | 0.54 | 0.35 |
| Hex | 73 | 29 | 8B | 11 | 47 | 0 | 2D | 11D | 36 | 23 |
| Octal | 163 | 51 | 213 | 21 | 107 | 0 | 55 | 435 | 66 | 43 |
| Binary | 1110011 | 101001 | 10001011 | 10001 | 1000111 | 0 | 101101 | 100011101 | 110110 | 100011 |
Color Harmonies of #73298B
Complementary color
Monochromatic Colors of #73298B
Black with #73298B
Text Example
Text Example
White with #73298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73298B; }
p { color: rgb(115,41,139); }
H1.HeaderClassName
{
color: #73298B;
}
.AnyTagClassName
{
color: #73298B;
}
</style>
background-color css
<style>
a { background-color: #73298B; }
a { background-color: rgb(115,41,139); }
div.DivClassName
{
background-color: #73298B;
}
.BgClassName
{
background-color: #73298B;
}
</style>
border-color css
<style>
span { border-color: #73298B; }
span { border-color: rgb(115,41,139); }
td.TdClassName
{
border-color: #73298B;
}
.TagClassName
{
border-color: #73298B;
}
</style>