Shades of Vivid Violet #7612A4
Tints of Vivid Violet #7612A4
RGB
CMYK
RGB Variations
Color information
#7612A4 (or 0x7612A4) is known color: Vivid Violet. HEX triplet: 76, 12 and A4. RGB value is (118,18,164). Sum of RGB (Red+Green+Blue) = 118+18+164=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 164 (64.45% from 255 or 54.67% from 300); Max value from RGB is 164 - color contains mainly: blue. Hex color #7612A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7612A4 is #89ED5B. Grayscale: #404040. Windows color (decimal): -9039196 or 10752630. OLE color: 10752630.
HSL color Cylindrical-coordinate representation of color #7612A4: hue angle of 281.1º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7612A4 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 18 | 164 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.36 |
| HSL | 281.1º | 0.8% | 0.36% | - |
| HSV(B) | 281.1º | 0.89% | 0.64% | - |
| XYZ | 14.39 | 6.96 | 35.71 | - |
| YUV | 64.54 | 184.13 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 18 | 164 | 0.28 | 0.89 | 0 | 0.36 | 281.1 | 0.8 | 0.36 |
| Hex | 76 | 12 | A4 | 1C | 59 | 0 | 24 | 119 | 50 | 24 |
| Octal | 166 | 22 | 244 | 34 | 131 | 0 | 44 | 431 | 120 | 44 |
| Binary | 1110110 | 10010 | 10100100 | 11100 | 1011001 | 0 | 100100 | 100011001 | 1010000 | 100100 |
Color Harmonies of #7612A4
Complementary color
Monochromatic Colors of #7612A4
Black with #7612A4
Text Example
Text Example
White with #7612A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7612A4; }
p { color: rgb(118,18,164); }
H1.HeaderClassName
{
color: #7612A4;
}
.AnyTagClassName
{
color: #7612A4;
}
</style>
background-color css
<style>
a { background-color: #7612A4; }
a { background-color: rgb(118,18,164); }
div.DivClassName
{
background-color: #7612A4;
}
.BgClassName
{
background-color: #7612A4;
}
</style>
border-color css
<style>
span { border-color: #7612A4; }
span { border-color: rgb(118,18,164); }
td.TdClassName
{
border-color: #7612A4;
}
.TagClassName
{
border-color: #7612A4;
}
</style>