Shades of Vivid Violet #73298C
Tints of Vivid Violet #73298C
RGB
CMYK
RGB Variations
Color information
#73298C (or 0x73298C) is known color: Vivid Violet. HEX triplet: 73, 29 and 8C. RGB value is (115,41,140). Sum of RGB (Red+Green+Blue) = 115+41+140=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #73298C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73298C is #8CD673. Grayscale: #4A4A4A. Windows color (decimal): -9229940 or 9185651. OLE color: 9185651.
HSL color Cylindrical-coordinate representation of color #73298C: hue angle of 284.85º degrees, saturation: 0.55, 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 #73298C is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 41 | 140 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.45 |
| HSL | 284.85º | 0.55% | 0.35% | - |
| HSV(B) | 284.85º | 0.71% | 0.55% | - |
| XYZ | 12.6 | 7.12 | 25.52 | - |
| YUV | 74.41 | 165.02 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 41 | 140 | 0.18 | 0.71 | 0 | 0.45 | 284.85 | 0.55 | 0.35 |
| Hex | 73 | 29 | 8C | 12 | 47 | 0 | 2D | 11D | 37 | 23 |
| Octal | 163 | 51 | 214 | 22 | 107 | 0 | 55 | 435 | 67 | 43 |
| Binary | 1110011 | 101001 | 10001100 | 10010 | 1000111 | 0 | 101101 | 100011101 | 110111 | 100011 |
Color Harmonies of #73298C
Complementary color
Monochromatic Colors of #73298C
Black with #73298C
Text Example
Text Example
White with #73298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73298C; }
p { color: rgb(115,41,140); }
H1.HeaderClassName
{
color: #73298C;
}
.AnyTagClassName
{
color: #73298C;
}
</style>
background-color css
<style>
a { background-color: #73298C; }
a { background-color: rgb(115,41,140); }
div.DivClassName
{
background-color: #73298C;
}
.BgClassName
{
background-color: #73298C;
}
</style>
border-color css
<style>
span { border-color: #73298C; }
span { border-color: rgb(115,41,140); }
td.TdClassName
{
border-color: #73298C;
}
.TagClassName
{
border-color: #73298C;
}
</style>