Shades of Vivid Violet #7414A5
Tints of Vivid Violet #7414A5
RGB
CMYK
RGB Variations
Color information
#7414A5 (or 0x7414A5) is known color: Vivid Violet. HEX triplet: 74, 14 and A5. RGB value is (116,20,165). Sum of RGB (Red+Green+Blue) = 116+20+165=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 165 (64.84% from 255 or 54.82% from 301); Max value from RGB is 165 - color contains mainly: blue. Hex color #7414A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7414A5 is #8BEB5A. Grayscale: #404040. Windows color (decimal): -9169755 or 10818676. OLE color: 10818676.
HSL color Cylindrical-coordinate representation of color #7414A5: hue angle of 279.72º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7414A5 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 20 | 165 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.35 |
| HSL | 279.72º | 0.78% | 0.36% | - |
| HSV(B) | 279.72º | 0.88% | 0.65% | - |
| XYZ | 14.24 | 6.93 | 36.18 | - |
| YUV | 65.23 | 184.3 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 165 | 0.30 | 0.88 | 0 | 0.35 | 279.72 | 0.78 | 0.36 |
| Hex | 74 | 14 | A5 | 1E | 58 | 0 | 23 | 118 | 4E | 24 |
| Octal | 164 | 24 | 245 | 36 | 130 | 0 | 43 | 430 | 116 | 44 |
| Binary | 1110100 | 10100 | 10100101 | 11110 | 1011000 | 0 | 100011 | 100011000 | 1001110 | 100100 |
Color Harmonies of #7414A5
Complementary color
Monochromatic Colors of #7414A5
Black with #7414A5
Text Example
Text Example
White with #7414A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7414A5; }
p { color: rgb(116,20,165); }
H1.HeaderClassName
{
color: #7414A5;
}
.AnyTagClassName
{
color: #7414A5;
}
</style>
background-color css
<style>
a { background-color: #7414A5; }
a { background-color: rgb(116,20,165); }
div.DivClassName
{
background-color: #7414A5;
}
.BgClassName
{
background-color: #7414A5;
}
</style>
border-color css
<style>
span { border-color: #7414A5; }
span { border-color: rgb(116,20,165); }
td.TdClassName
{
border-color: #7414A5;
}
.TagClassName
{
border-color: #7414A5;
}
</style>