Shades of Vivid Violet #73288F
Tints of Vivid Violet #73288F
RGB
CMYK
RGB Variations
Color information
#73288F (or 0x73288F) is known color: Vivid Violet. HEX triplet: 73, 28 and 8F. RGB value is (115,40,143). Sum of RGB (Red+Green+Blue) = 115+40+143=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 143 - color contains mainly: blue. Hex color #73288F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73288F is #8CD770. Grayscale: #494949. Windows color (decimal): -9230193 or 9382003. OLE color: 9382003.
HSL color Cylindrical-coordinate representation of color #73288F: hue angle of 283.69º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #73288F is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 40 | 143 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.44 |
| HSL | 283.69º | 0.56% | 0.36% | - |
| HSV(B) | 283.69º | 0.72% | 0.56% | - |
| XYZ | 12.79 | 7.15 | 26.69 | - |
| YUV | 74.17 | 166.85 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 143 | 0.20 | 0.72 | 0 | 0.44 | 283.69 | 0.56 | 0.36 |
| Hex | 73 | 28 | 8F | 14 | 48 | 0 | 2C | 11C | 38 | 24 |
| Octal | 163 | 50 | 217 | 24 | 110 | 0 | 54 | 434 | 70 | 44 |
| Binary | 1110011 | 101000 | 10001111 | 10100 | 1001000 | 0 | 101100 | 100011100 | 111000 | 100100 |
Color Harmonies of #73288F
Complementary color
Monochromatic Colors of #73288F
Black with #73288F
Text Example
Text Example
White with #73288F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73288F; }
p { color: rgb(115,40,143); }
H1.HeaderClassName
{
color: #73288F;
}
.AnyTagClassName
{
color: #73288F;
}
</style>
background-color css
<style>
a { background-color: #73288F; }
a { background-color: rgb(115,40,143); }
div.DivClassName
{
background-color: #73288F;
}
.BgClassName
{
background-color: #73288F;
}
</style>
border-color css
<style>
span { border-color: #73288F; }
span { border-color: rgb(115,40,143); }
td.TdClassName
{
border-color: #73288F;
}
.TagClassName
{
border-color: #73288F;
}
</style>