Shades of Vivid Violet #7515A0
Tints of Vivid Violet #7515A0
RGB
CMYK
RGB Variations
Color information
#7515A0 (or 0x7515A0) is known color: Vivid Violet. HEX triplet: 75, 15 and A0. RGB value is (117,21,160). Sum of RGB (Red+Green+Blue) = 117+21+160=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 21 (8.59% from 255 or 7.05% 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 #7515A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7515A0 is #8AEA5F. Grayscale: #414141. Windows color (decimal): -9103968 or 10491253. OLE color: 10491253.
HSL color Cylindrical-coordinate representation of color #7515A0: hue angle of 281.44º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7515A0 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 21 | 160 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.37 |
| HSL | 281.44º | 0.77% | 0.35% | - |
| HSV(B) | 281.44º | 0.87% | 0.63% | - |
| XYZ | 13.95 | 6.86 | 33.85 | - |
| YUV | 65.55 | 181.3 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 21 | 160 | 0.27 | 0.87 | 0 | 0.37 | 281.44 | 0.77 | 0.35 |
| Hex | 75 | 15 | A0 | 1B | 57 | 0 | 25 | 119 | 4D | 23 |
| Octal | 165 | 25 | 240 | 33 | 127 | 0 | 45 | 431 | 115 | 43 |
| Binary | 1110101 | 10101 | 10100000 | 11011 | 1010111 | 0 | 100101 | 100011001 | 1001101 | 100011 |
Color Harmonies of #7515A0
Complementary color
Monochromatic Colors of #7515A0
Black with #7515A0
Text Example
Text Example
White with #7515A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7515A0; }
p { color: rgb(117,21,160); }
H1.HeaderClassName
{
color: #7515A0;
}
.AnyTagClassName
{
color: #7515A0;
}
</style>
background-color css
<style>
a { background-color: #7515A0; }
a { background-color: rgb(117,21,160); }
div.DivClassName
{
background-color: #7515A0;
}
.BgClassName
{
background-color: #7515A0;
}
</style>
border-color css
<style>
span { border-color: #7515A0; }
span { border-color: rgb(117,21,160); }
td.TdClassName
{
border-color: #7515A0;
}
.TagClassName
{
border-color: #7515A0;
}
</style>