Shades of Vivid Violet #7615A0
Tints of Vivid Violet #7615A0
RGB
CMYK
RGB Variations
Color information
#7615A0 (or 0x7615A0) is known color: Vivid Violet. HEX triplet: 76, 15 and A0. RGB value is (118,21,160). Sum of RGB (Red+Green+Blue) = 118+21+160=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 160 (62.89% from 255 or 53.51% from 299); Max value from RGB is 160 - color contains mainly: blue. Hex color #7615A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7615A0 is #89EA5F. Grayscale: #414141. Windows color (decimal): -9038432 or 10491254. OLE color: 10491254.
HSL color Cylindrical-coordinate representation of color #7615A0: hue angle of 281.87º 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 #7615A0 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 21 | 160 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.37 |
| HSL | 281.87º | 0.77% | 0.35% | - |
| HSV(B) | 281.87º | 0.87% | 0.63% | - |
| XYZ | 14.08 | 6.93 | 33.85 | - |
| YUV | 65.85 | 181.14 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 160 | 0.26 | 0.87 | 0 | 0.37 | 281.87 | 0.77 | 0.35 |
| Hex | 76 | 15 | A0 | 1A | 57 | 0 | 25 | 11A | 4D | 23 |
| Octal | 166 | 25 | 240 | 32 | 127 | 0 | 45 | 432 | 115 | 43 |
| Binary | 1110110 | 10101 | 10100000 | 11010 | 1010111 | 0 | 100101 | 100011010 | 1001101 | 100011 |
Color Harmonies of #7615A0
Complementary color
Monochromatic Colors of #7615A0
Black with #7615A0
Text Example
Text Example
White with #7615A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7615A0; }
p { color: rgb(118,21,160); }
H1.HeaderClassName
{
color: #7615A0;
}
.AnyTagClassName
{
color: #7615A0;
}
</style>
background-color css
<style>
a { background-color: #7615A0; }
a { background-color: rgb(118,21,160); }
div.DivClassName
{
background-color: #7615A0;
}
.BgClassName
{
background-color: #7615A0;
}
</style>
border-color css
<style>
span { border-color: #7615A0; }
span { border-color: rgb(118,21,160); }
td.TdClassName
{
border-color: #7615A0;
}
.TagClassName
{
border-color: #7615A0;
}
</style>