Shades of Vivid Violet #7F3999
Tints of Vivid Violet #7F3999
RGB
CMYK
RGB Variations
Color information
#7F3999 (or 0x7F3999) is known color: Vivid Violet. HEX triplet: 7F, 39 and 99. RGB value is (127,57,153). Sum of RGB (Red+Green+Blue) = 127+57+153=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F3999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3999 is #80C666. Grayscale: #585858. Windows color (decimal): -8439399 or 10041727. OLE color: 10041727.
HSL color Cylindrical-coordinate representation of color #7F3999: hue angle of 283.75º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7F3999 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 57 | 153 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.4 |
| HSL | 283.75º | 0.46% | 0.41% | - |
| HSV(B) | 283.75º | 0.63% | 0.6% | - |
| XYZ | 15.97 | 9.74 | 31.18 | - |
| YUV | 88.87 | 164.19 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 57 | 153 | 0.17 | 0.63 | 0 | 0.4 | 283.75 | 0.46 | 0.41 |
| Hex | 7F | 39 | 99 | 11 | 3F | 0 | 28 | 11C | 2E | 29 |
| Octal | 177 | 71 | 231 | 21 | 77 | 0 | 50 | 434 | 56 | 51 |
| Binary | 1111111 | 111001 | 10011001 | 10001 | 111111 | 0 | 101000 | 100011100 | 101110 | 101001 |
Color Harmonies of #7F3999
Complementary color
Monochromatic Colors of #7F3999
Black with #7F3999
Text Example
Text Example
White with #7F3999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3999; }
p { color: rgb(127,57,153); }
H1.HeaderClassName
{
color: #7F3999;
}
.AnyTagClassName
{
color: #7F3999;
}
</style>
background-color css
<style>
a { background-color: #7F3999; }
a { background-color: rgb(127,57,153); }
div.DivClassName
{
background-color: #7F3999;
}
.BgClassName
{
background-color: #7F3999;
}
</style>
border-color css
<style>
span { border-color: #7F3999; }
span { border-color: rgb(127,57,153); }
td.TdClassName
{
border-color: #7F3999;
}
.TagClassName
{
border-color: #7F3999;
}
</style>