Shades of Vivid Violet #7F2AAC
Tints of Vivid Violet #7F2AAC
RGB
CMYK
RGB Variations
Color information
#7F2AAC (or 0x7F2AAC) is known color: Vivid Violet. HEX triplet: 7F, 2A and AC. RGB value is (127,42,172). Sum of RGB (Red+Green+Blue) = 127+42+172=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F2AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2AAC is #80D553. Grayscale: #515151. Windows color (decimal): -8443220 or 11283071. OLE color: 11283071.
HSL color Cylindrical-coordinate representation of color #7F2AAC: hue angle of 279.23º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7F2AAC is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 42 | 172 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.33 |
| HSL | 279.23º | 0.61% | 0.42% | - |
| HSV(B) | 279.23º | 0.76% | 0.67% | - |
| XYZ | 17.03 | 9.15 | 39.9 | - |
| YUV | 82.24 | 178.66 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 42 | 172 | 0.26 | 0.76 | 0 | 0.33 | 279.23 | 0.61 | 0.42 |
| Hex | 7F | 2A | AC | 1A | 4C | 0 | 21 | 117 | 3D | 2A |
| Octal | 177 | 52 | 254 | 32 | 114 | 0 | 41 | 427 | 75 | 52 |
| Binary | 1111111 | 101010 | 10101100 | 11010 | 1001100 | 0 | 100001 | 100010111 | 111101 | 101010 |
Color Harmonies of #7F2AAC
Complementary color
Monochromatic Colors of #7F2AAC
Black with #7F2AAC
Text Example
Text Example
White with #7F2AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2AAC; }
p { color: rgb(127,42,172); }
H1.HeaderClassName
{
color: #7F2AAC;
}
.AnyTagClassName
{
color: #7F2AAC;
}
</style>
background-color css
<style>
a { background-color: #7F2AAC; }
a { background-color: rgb(127,42,172); }
div.DivClassName
{
background-color: #7F2AAC;
}
.BgClassName
{
background-color: #7F2AAC;
}
</style>
border-color css
<style>
span { border-color: #7F2AAC; }
span { border-color: rgb(127,42,172); }
td.TdClassName
{
border-color: #7F2AAC;
}
.TagClassName
{
border-color: #7F2AAC;
}
</style>