Shades of Vivid Violet #73289D
Tints of Vivid Violet #73289D
RGB
CMYK
RGB Variations
Color information
#73289D (or 0x73289D) is known color: Vivid Violet. HEX triplet: 73, 28 and 9D. RGB value is (115,40,157). Sum of RGB (Red+Green+Blue) = 115+40+157=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #73289D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73289D is #8CD762. Grayscale: #4B4B4B. Windows color (decimal): -9230179 or 10299507. OLE color: 10299507.
HSL color Cylindrical-coordinate representation of color #73289D: hue angle of 278.46º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73289D is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 40 | 157 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.38 |
| HSL | 278.46º | 0.59% | 0.39% | - |
| HSV(B) | 278.46º | 0.75% | 0.62% | - |
| XYZ | 13.91 | 7.6 | 32.63 | - |
| YUV | 75.76 | 173.85 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 157 | 0.27 | 0.75 | 0 | 0.38 | 278.46 | 0.59 | 0.39 |
| Hex | 73 | 28 | 9D | 1B | 4B | 0 | 26 | 116 | 3B | 27 |
| Octal | 163 | 50 | 235 | 33 | 113 | 0 | 46 | 426 | 73 | 47 |
| Binary | 1110011 | 101000 | 10011101 | 11011 | 1001011 | 0 | 100110 | 100010110 | 111011 | 100111 |
Color Harmonies of #73289D
Complementary color
Monochromatic Colors of #73289D
Black with #73289D
Text Example
Text Example
White with #73289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73289D; }
p { color: rgb(115,40,157); }
H1.HeaderClassName
{
color: #73289D;
}
.AnyTagClassName
{
color: #73289D;
}
</style>
background-color css
<style>
a { background-color: #73289D; }
a { background-color: rgb(115,40,157); }
div.DivClassName
{
background-color: #73289D;
}
.BgClassName
{
background-color: #73289D;
}
</style>
border-color css
<style>
span { border-color: #73289D; }
span { border-color: rgb(115,40,157); }
td.TdClassName
{
border-color: #73289D;
}
.TagClassName
{
border-color: #73289D;
}
</style>