Shades of Vivid Violet #7513A6
Tints of Vivid Violet #7513A6
RGB
CMYK
RGB Variations
Color information
#7513A6 (or 0x7513A6) is known color: Vivid Violet. HEX triplet: 75, 13 and A6. RGB value is (117,19,166). Sum of RGB (Red+Green+Blue) = 117+19+166=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 166 (65.23% from 255 or 54.97% from 302); Max value from RGB is 166 - color contains mainly: blue. Hex color #7513A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7513A6 is #8AEC59. Grayscale: #404040. Windows color (decimal): -9104474 or 10883957. OLE color: 10883957.
HSL color Cylindrical-coordinate representation of color #7513A6: hue angle of 280º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7513A6 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 19 | 166 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.35 |
| HSL | 280º | 0.79% | 0.36% | - |
| HSV(B) | 280º | 0.89% | 0.65% | - |
| XYZ | 14.45 | 7 | 36.67 | - |
| YUV | 65.06 | 184.97 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 19 | 166 | 0.30 | 0.89 | 0 | 0.35 | 280 | 0.79 | 0.36 |
| Hex | 75 | 13 | A6 | 1E | 59 | 0 | 23 | 118 | 4F | 24 |
| Octal | 165 | 23 | 246 | 36 | 131 | 0 | 43 | 430 | 117 | 44 |
| Binary | 1110101 | 10011 | 10100110 | 11110 | 1011001 | 0 | 100011 | 100011000 | 1001111 | 100100 |
Color Harmonies of #7513A6
Complementary color
Monochromatic Colors of #7513A6
Black with #7513A6
Text Example
Text Example
White with #7513A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7513A6; }
p { color: rgb(117,19,166); }
H1.HeaderClassName
{
color: #7513A6;
}
.AnyTagClassName
{
color: #7513A6;
}
</style>
background-color css
<style>
a { background-color: #7513A6; }
a { background-color: rgb(117,19,166); }
div.DivClassName
{
background-color: #7513A6;
}
.BgClassName
{
background-color: #7513A6;
}
</style>
border-color css
<style>
span { border-color: #7513A6; }
span { border-color: rgb(117,19,166); }
td.TdClassName
{
border-color: #7513A6;
}
.TagClassName
{
border-color: #7513A6;
}
</style>