Shades of Vivid Violet #7F208D
Tints of Vivid Violet #7F208D
RGB
CMYK
RGB Variations
Color information
#7F208D (or 0x7F208D) is known color: Vivid Violet. HEX triplet: 7F, 20 and 8D. RGB value is (127,32,141). Sum of RGB (Red+Green+Blue) = 127+32+141=300 (39% of max value = 765). Red value is 127 (50% from 255 or 42.33% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F208D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F208D is #80DF72. Grayscale: #484848. Windows color (decimal): -8445811 or 9248895. OLE color: 9248895.
HSL color Cylindrical-coordinate representation of color #7F208D: hue angle of 292.29º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F208D is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 32 | 141 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.45 |
| HSL | 292.29º | 0.63% | 0.34% | - |
| HSV(B) | 292.29º | 0.77% | 0.55% | - |
| XYZ | 14.08 | 7.47 | 25.9 | - |
| YUV | 72.83 | 166.47 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 32 | 141 | 0.10 | 0.77 | 0 | 0.45 | 292.29 | 0.63 | 0.34 |
| Hex | 7F | 20 | 8D | A | 4D | 0 | 2D | 124 | 3F | 22 |
| Octal | 177 | 40 | 215 | 12 | 115 | 0 | 55 | 444 | 77 | 42 |
| Binary | 1111111 | 100000 | 10001101 | 1010 | 1001101 | 0 | 101101 | 100100100 | 111111 | 100010 |
Color Harmonies of #7F208D
Complementary color
Monochromatic Colors of #7F208D
Black with #7F208D
Text Example
Text Example
White with #7F208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F208D; }
p { color: rgb(127,32,141); }
H1.HeaderClassName
{
color: #7F208D;
}
.AnyTagClassName
{
color: #7F208D;
}
</style>
background-color css
<style>
a { background-color: #7F208D; }
a { background-color: rgb(127,32,141); }
div.DivClassName
{
background-color: #7F208D;
}
.BgClassName
{
background-color: #7F208D;
}
</style>
border-color css
<style>
span { border-color: #7F208D; }
span { border-color: rgb(127,32,141); }
td.TdClassName
{
border-color: #7F208D;
}
.TagClassName
{
border-color: #7F208D;
}
</style>