Shades of Vivid Violet #7F279F
Tints of Vivid Violet #7F279F
RGB
CMYK
RGB Variations
Color information
#7F279F (or 0x7F279F) is known color: Vivid Violet. HEX triplet: 7F, 27 and 9F. RGB value is (127,39,159). Sum of RGB (Red+Green+Blue) = 127+39+159=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #7F279F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F279F is #80D860. Grayscale: #4E4E4E. Windows color (decimal): -8444001 or 10430335. OLE color: 10430335.
HSL color Cylindrical-coordinate representation of color #7F279F: hue angle of 284º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F279F is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 39 | 159 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.38 |
| HSL | 284º | 0.61% | 0.39% | - |
| HSV(B) | 284º | 0.75% | 0.62% | - |
| XYZ | 15.74 | 8.47 | 33.61 | - |
| YUV | 78.99 | 173.15 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 39 | 159 | 0.20 | 0.75 | 0 | 0.38 | 284 | 0.61 | 0.39 |
| Hex | 7F | 27 | 9F | 14 | 4B | 0 | 26 | 11C | 3D | 27 |
| Octal | 177 | 47 | 237 | 24 | 113 | 0 | 46 | 434 | 75 | 47 |
| Binary | 1111111 | 100111 | 10011111 | 10100 | 1001011 | 0 | 100110 | 100011100 | 111101 | 100111 |
Color Harmonies of #7F279F
Complementary color
Monochromatic Colors of #7F279F
Black with #7F279F
Text Example
Text Example
White with #7F279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F279F; }
p { color: rgb(127,39,159); }
H1.HeaderClassName
{
color: #7F279F;
}
.AnyTagClassName
{
color: #7F279F;
}
</style>
background-color css
<style>
a { background-color: #7F279F; }
a { background-color: rgb(127,39,159); }
div.DivClassName
{
background-color: #7F279F;
}
.BgClassName
{
background-color: #7F279F;
}
</style>
border-color css
<style>
span { border-color: #7F279F; }
span { border-color: rgb(127,39,159); }
td.TdClassName
{
border-color: #7F279F;
}
.TagClassName
{
border-color: #7F279F;
}
</style>