Shades of Vivid Violet #7416A0
Tints of Vivid Violet #7416A0
RGB
CMYK
RGB Variations
Color information
#7416A0 (or 0x7416A0) is known color: Vivid Violet. HEX triplet: 74, 16 and A0. RGB value is (116,22,160). Sum of RGB (Red+Green+Blue) = 116+22+160=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 22 (8.98% from 255 or 7.38% 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 #7416A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7416A0 is #8BE95F. Grayscale: #414141. Windows color (decimal): -9169248 or 10491508. OLE color: 10491508.
HSL color Cylindrical-coordinate representation of color #7416A0: hue angle of 280.87º degrees, saturation: 0.76, 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 #7416A0 is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 116 | 22 | 160 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.37 |
| HSL | 280.87º | 0.76% | 0.36% | - |
| HSV(B) | 280.87º | 0.86% | 0.63% | - |
| XYZ | 13.83 | 6.82 | 33.85 | - |
| YUV | 65.84 | 181.14 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 22 | 160 | 0.28 | 0.86 | 0 | 0.37 | 280.87 | 0.76 | 0.36 |
| Hex | 74 | 16 | A0 | 1C | 56 | 0 | 25 | 119 | 4C | 24 |
| Octal | 164 | 26 | 240 | 34 | 126 | 0 | 45 | 431 | 114 | 44 |
| Binary | 1110100 | 10110 | 10100000 | 11100 | 1010110 | 0 | 100101 | 100011001 | 1001100 | 100100 |
Color Harmonies of #7416A0
Complementary color
Monochromatic Colors of #7416A0
Black with #7416A0
Text Example
Text Example
White with #7416A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7416A0; }
p { color: rgb(116,22,160); }
H1.HeaderClassName
{
color: #7416A0;
}
.AnyTagClassName
{
color: #7416A0;
}
</style>
background-color css
<style>
a { background-color: #7416A0; }
a { background-color: rgb(116,22,160); }
div.DivClassName
{
background-color: #7416A0;
}
.BgClassName
{
background-color: #7416A0;
}
</style>
border-color css
<style>
span { border-color: #7416A0; }
span { border-color: rgb(116,22,160); }
td.TdClassName
{
border-color: #7416A0;
}
.TagClassName
{
border-color: #7416A0;
}
</style>