Shades of Vivid Violet #7319A0
Tints of Vivid Violet #7319A0
RGB
CMYK
RGB Variations
Color information
#7319A0 (or 0x7319A0) is known color: Vivid Violet. HEX triplet: 73, 19 and A0. RGB value is (115,25,160). Sum of RGB (Red+Green+Blue) = 115+25+160=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 160 (62.89% from 255 or 53.33% from 300); Max value from RGB is 160 - color contains mainly: blue. Hex color #7319A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7319A0 is #8CE65F. Grayscale: #424242. Windows color (decimal): -9234016 or 10492275. OLE color: 10492275.
HSL color Cylindrical-coordinate representation of color #7319A0: hue angle of 280º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7319A0 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 25 | 160 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.37 |
| HSL | 280º | 0.73% | 0.36% | - |
| HSV(B) | 280º | 0.84% | 0.63% | - |
| XYZ | 13.76 | 6.88 | 33.86 | - |
| YUV | 67.3 | 180.32 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 160 | 0.28 | 0.84 | 0 | 0.37 | 280 | 0.73 | 0.36 |
| Hex | 73 | 19 | A0 | 1C | 54 | 0 | 25 | 118 | 49 | 24 |
| Octal | 163 | 31 | 240 | 34 | 124 | 0 | 45 | 430 | 111 | 44 |
| Binary | 1110011 | 11001 | 10100000 | 11100 | 1010100 | 0 | 100101 | 100011000 | 1001001 | 100100 |
Color Harmonies of #7319A0
Complementary color
Monochromatic Colors of #7319A0
Black with #7319A0
Text Example
Text Example
White with #7319A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7319A0; }
p { color: rgb(115,25,160); }
H1.HeaderClassName
{
color: #7319A0;
}
.AnyTagClassName
{
color: #7319A0;
}
</style>
background-color css
<style>
a { background-color: #7319A0; }
a { background-color: rgb(115,25,160); }
div.DivClassName
{
background-color: #7319A0;
}
.BgClassName
{
background-color: #7319A0;
}
</style>
border-color css
<style>
span { border-color: #7319A0; }
span { border-color: rgb(115,25,160); }
td.TdClassName
{
border-color: #7319A0;
}
.TagClassName
{
border-color: #7319A0;
}
</style>