Shades of Vivid Violet #7F2E88
Tints of Vivid Violet #7F2E88
RGB
CMYK
RGB Variations
Color information
#7F2E88 (or 0x7F2E88) is known color: Vivid Violet. HEX triplet: 7F, 2E and 88. RGB value is (127,46,136). Sum of RGB (Red+Green+Blue) = 127+46+136=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #7F2E88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2E88 is #80D177. Grayscale: #505050. Windows color (decimal): -8442232 or 8924799. OLE color: 8924799.
HSL color Cylindrical-coordinate representation of color #7F2E88: hue angle of 294º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F2E88 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 46 | 136 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.47 |
| HSL | 294º | 0.49% | 0.36% | - |
| HSV(B) | 294º | 0.66% | 0.53% | - |
| XYZ | 14.17 | 8.24 | 24.14 | - |
| YUV | 80.48 | 159.34 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 46 | 136 | 0.07 | 0.66 | 0 | 0.47 | 294 | 0.49 | 0.36 |
| Hex | 7F | 2E | 88 | 7 | 42 | 0 | 2F | 126 | 31 | 24 |
| Octal | 177 | 56 | 210 | 7 | 102 | 0 | 57 | 446 | 61 | 44 |
| Binary | 1111111 | 101110 | 10001000 | 111 | 1000010 | 0 | 101111 | 100100110 | 110001 | 100100 |
Color Harmonies of #7F2E88
Complementary color
Monochromatic Colors of #7F2E88
Black with #7F2E88
Text Example
Text Example
White with #7F2E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2E88; }
p { color: rgb(127,46,136); }
H1.HeaderClassName
{
color: #7F2E88;
}
.AnyTagClassName
{
color: #7F2E88;
}
</style>
background-color css
<style>
a { background-color: #7F2E88; }
a { background-color: rgb(127,46,136); }
div.DivClassName
{
background-color: #7F2E88;
}
.BgClassName
{
background-color: #7F2E88;
}
</style>
border-color css
<style>
span { border-color: #7F2E88; }
span { border-color: rgb(127,46,136); }
td.TdClassName
{
border-color: #7F2E88;
}
.TagClassName
{
border-color: #7F2E88;
}
</style>