Shades of Vivid Violet #7F2892
Tints of Vivid Violet #7F2892
RGB
CMYK
RGB Variations
Color information
#7F2892 (or 0x7F2892) is known color: Vivid Violet. HEX triplet: 7F, 28 and 92. RGB value is (127,40,146). Sum of RGB (Red+Green+Blue) = 127+40+146=313 (41% of max value = 765). Red value is 127 (50% from 255 or 40.58% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F2892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2892 is #80D76D. Grayscale: #4D4D4D. Windows color (decimal): -8443758 or 9578623. OLE color: 9578623.
HSL color Cylindrical-coordinate representation of color #7F2892: hue angle of 289.25º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F2892 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 40 | 146 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.43 |
| HSL | 289.25º | 0.57% | 0.36% | - |
| HSV(B) | 289.25º | 0.73% | 0.57% | - |
| XYZ | 14.7 | 8.1 | 27.98 | - |
| YUV | 78.1 | 166.32 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 40 | 146 | 0.13 | 0.73 | 0 | 0.43 | 289.25 | 0.57 | 0.36 |
| Hex | 7F | 28 | 92 | D | 49 | 0 | 2B | 121 | 39 | 24 |
| Octal | 177 | 50 | 222 | 15 | 111 | 0 | 53 | 441 | 71 | 44 |
| Binary | 1111111 | 101000 | 10010010 | 1101 | 1001001 | 0 | 101011 | 100100001 | 111001 | 100100 |
Color Harmonies of #7F2892
Complementary color
Monochromatic Colors of #7F2892
Black with #7F2892
Text Example
Text Example
White with #7F2892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2892; }
p { color: rgb(127,40,146); }
H1.HeaderClassName
{
color: #7F2892;
}
.AnyTagClassName
{
color: #7F2892;
}
</style>
background-color css
<style>
a { background-color: #7F2892; }
a { background-color: rgb(127,40,146); }
div.DivClassName
{
background-color: #7F2892;
}
.BgClassName
{
background-color: #7F2892;
}
</style>
border-color css
<style>
span { border-color: #7F2892; }
span { border-color: rgb(127,40,146); }
td.TdClassName
{
border-color: #7F2892;
}
.TagClassName
{
border-color: #7F2892;
}
</style>