Shades of Vivid Violet #7F29A7
Tints of Vivid Violet #7F29A7
RGB
CMYK
RGB Variations
Color information
#7F29A7 (or 0x7F29A7) is known color: Vivid Violet. HEX triplet: 7F, 29 and A7. RGB value is (127,41,167). Sum of RGB (Red+Green+Blue) = 127+41+167=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 167 (65.62% from 255 or 49.85% from 335); Max value from RGB is 167 - color contains mainly: blue. Hex color #7F29A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F29A7 is #80D658. Grayscale: #505050. Windows color (decimal): -8443481 or 10955135. OLE color: 10955135.
HSL color Cylindrical-coordinate representation of color #7F29A7: hue angle of 280.95º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F29A7 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 41 | 167 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.35 |
| HSL | 280.95º | 0.61% | 0.41% | - |
| HSV(B) | 280.95º | 0.75% | 0.65% | - |
| XYZ | 16.52 | 8.89 | 37.4 | - |
| YUV | 81.08 | 176.49 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 41 | 167 | 0.24 | 0.75 | 0 | 0.35 | 280.95 | 0.61 | 0.41 |
| Hex | 7F | 29 | A7 | 18 | 4B | 0 | 23 | 119 | 3D | 29 |
| Octal | 177 | 51 | 247 | 30 | 113 | 0 | 43 | 431 | 75 | 51 |
| Binary | 1111111 | 101001 | 10100111 | 11000 | 1001011 | 0 | 100011 | 100011001 | 111101 | 101001 |
Color Harmonies of #7F29A7
Complementary color
Monochromatic Colors of #7F29A7
Black with #7F29A7
Text Example
Text Example
White with #7F29A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F29A7; }
p { color: rgb(127,41,167); }
H1.HeaderClassName
{
color: #7F29A7;
}
.AnyTagClassName
{
color: #7F29A7;
}
</style>
background-color css
<style>
a { background-color: #7F29A7; }
a { background-color: rgb(127,41,167); }
div.DivClassName
{
background-color: #7F29A7;
}
.BgClassName
{
background-color: #7F29A7;
}
</style>
border-color css
<style>
span { border-color: #7F29A7; }
span { border-color: rgb(127,41,167); }
td.TdClassName
{
border-color: #7F29A7;
}
.TagClassName
{
border-color: #7F29A7;
}
</style>