Shades of Vivid Violet #7514A1
Tints of Vivid Violet #7514A1
RGB
CMYK
RGB Variations
Color information
#7514A1 (or 0x7514A1) is known color: Vivid Violet. HEX triplet: 75, 14 and A1. RGB value is (117,20,161). Sum of RGB (Red+Green+Blue) = 117+20+161=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 161 (63.28% from 255 or 54.03% from 298); Max value from RGB is 161 - color contains mainly: blue. Hex color #7514A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7514A1 is #8AEB5E. Grayscale: #404040. Windows color (decimal): -9104223 or 10556533. OLE color: 10556533.
HSL color Cylindrical-coordinate representation of color #7514A1: hue angle of 281.28º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7514A1 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 20 | 161 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.37 |
| HSL | 281.28º | 0.78% | 0.35% | - |
| HSV(B) | 281.28º | 0.88% | 0.63% | - |
| XYZ | 14.02 | 6.86 | 34.3 | - |
| YUV | 65.08 | 182.14 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 20 | 161 | 0.27 | 0.88 | 0 | 0.37 | 281.28 | 0.78 | 0.35 |
| Hex | 75 | 14 | A1 | 1B | 58 | 0 | 25 | 119 | 4E | 23 |
| Octal | 165 | 24 | 241 | 33 | 130 | 0 | 45 | 431 | 116 | 43 |
| Binary | 1110101 | 10100 | 10100001 | 11011 | 1011000 | 0 | 100101 | 100011001 | 1001110 | 100011 |
Color Harmonies of #7514A1
Complementary color
Monochromatic Colors of #7514A1
Black with #7514A1
Text Example
Text Example
White with #7514A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7514A1; }
p { color: rgb(117,20,161); }
H1.HeaderClassName
{
color: #7514A1;
}
.AnyTagClassName
{
color: #7514A1;
}
</style>
background-color css
<style>
a { background-color: #7514A1; }
a { background-color: rgb(117,20,161); }
div.DivClassName
{
background-color: #7514A1;
}
.BgClassName
{
background-color: #7514A1;
}
</style>
border-color css
<style>
span { border-color: #7514A1; }
span { border-color: rgb(117,20,161); }
td.TdClassName
{
border-color: #7514A1;
}
.TagClassName
{
border-color: #7514A1;
}
</style>