Shades of Vivid Violet #7317A0
Tints of Vivid Violet #7317A0
RGB
CMYK
RGB Variations
Color information
#7317A0 (or 0x7317A0) is known color: Vivid Violet. HEX triplet: 73, 17 and A0. RGB value is (115,23,160). Sum of RGB (Red+Green+Blue) = 115+23+160=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 160 (62.89% from 255 or 53.69% from 298); Max value from RGB is 160 - color contains mainly: blue. Hex color #7317A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7317A0 is #8CE85F. Grayscale: #414141. Windows color (decimal): -9234528 or 10491763. OLE color: 10491763.
HSL color Cylindrical-coordinate representation of color #7317A0: hue angle of 280.29º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7317A0 is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 23 | 160 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.37 |
| HSL | 280.29º | 0.75% | 0.36% | - |
| HSV(B) | 280.29º | 0.86% | 0.63% | - |
| XYZ | 13.72 | 6.8 | 33.85 | - |
| YUV | 66.13 | 180.98 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 23 | 160 | 0.28 | 0.86 | 0 | 0.37 | 280.29 | 0.75 | 0.36 |
| Hex | 73 | 17 | A0 | 1C | 56 | 0 | 25 | 118 | 4B | 24 |
| Octal | 163 | 27 | 240 | 34 | 126 | 0 | 45 | 430 | 113 | 44 |
| Binary | 1110011 | 10111 | 10100000 | 11100 | 1010110 | 0 | 100101 | 100011000 | 1001011 | 100100 |
Color Harmonies of #7317A0
Complementary color
Monochromatic Colors of #7317A0
Black with #7317A0
Text Example
Text Example
White with #7317A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7317A0; }
p { color: rgb(115,23,160); }
H1.HeaderClassName
{
color: #7317A0;
}
.AnyTagClassName
{
color: #7317A0;
}
</style>
background-color css
<style>
a { background-color: #7317A0; }
a { background-color: rgb(115,23,160); }
div.DivClassName
{
background-color: #7317A0;
}
.BgClassName
{
background-color: #7317A0;
}
</style>
border-color css
<style>
span { border-color: #7317A0; }
span { border-color: rgb(115,23,160); }
td.TdClassName
{
border-color: #7317A0;
}
.TagClassName
{
border-color: #7317A0;
}
</style>