Shades of Vivid Violet #7F2B9E
Tints of Vivid Violet #7F2B9E
RGB
CMYK
RGB Variations
Color information
#7F2B9E (or 0x7F2B9E) is known color: Vivid Violet. HEX triplet: 7F, 2B and 9E. RGB value is (127,43,158). Sum of RGB (Red+Green+Blue) = 127+43+158=328 (43% of max value = 765). Red value is 127 (50% from 255 or 38.72% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 158 - color contains mainly: blue. Hex color #7F2B9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2B9E is #80D461. Grayscale: #505050. Windows color (decimal): -8442978 or 10365823. OLE color: 10365823.
HSL color Cylindrical-coordinate representation of color #7F2B9E: hue angle of 283.83º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F2B9E is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 43 | 158 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.38 |
| HSL | 283.83º | 0.57% | 0.39% | - |
| HSV(B) | 283.83º | 0.73% | 0.62% | - |
| XYZ | 15.79 | 8.71 | 33.2 | - |
| YUV | 81.23 | 171.33 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 43 | 158 | 0.20 | 0.73 | 0 | 0.38 | 283.83 | 0.57 | 0.39 |
| Hex | 7F | 2B | 9E | 14 | 49 | 0 | 26 | 11C | 39 | 27 |
| Octal | 177 | 53 | 236 | 24 | 111 | 0 | 46 | 434 | 71 | 47 |
| Binary | 1111111 | 101011 | 10011110 | 10100 | 1001001 | 0 | 100110 | 100011100 | 111001 | 100111 |
Color Harmonies of #7F2B9E
Complementary color
Monochromatic Colors of #7F2B9E
Black with #7F2B9E
Text Example
Text Example
White with #7F2B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2B9E; }
p { color: rgb(127,43,158); }
H1.HeaderClassName
{
color: #7F2B9E;
}
.AnyTagClassName
{
color: #7F2B9E;
}
</style>
background-color css
<style>
a { background-color: #7F2B9E; }
a { background-color: rgb(127,43,158); }
div.DivClassName
{
background-color: #7F2B9E;
}
.BgClassName
{
background-color: #7F2B9E;
}
</style>
border-color css
<style>
span { border-color: #7F2B9E; }
span { border-color: rgb(127,43,158); }
td.TdClassName
{
border-color: #7F2B9E;
}
.TagClassName
{
border-color: #7F2B9E;
}
</style>