Shades of Vivid Violet #7F3799
Tints of Vivid Violet #7F3799
RGB
CMYK
RGB Variations
Color information
#7F3799 (or 0x7F3799) is known color: Vivid Violet. HEX triplet: 7F, 37 and 99. RGB value is (127,55,153). Sum of RGB (Red+Green+Blue) = 127+55+153=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F3799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3799 is #80C866. Grayscale: #575757. Windows color (decimal): -8439911 or 10041215. OLE color: 10041215.
HSL color Cylindrical-coordinate representation of color #7F3799: hue angle of 284.08º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F3799 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 55 | 153 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.4 |
| HSL | 284.08º | 0.47% | 0.41% | - |
| HSV(B) | 284.08º | 0.64% | 0.6% | - |
| XYZ | 15.87 | 9.54 | 31.14 | - |
| YUV | 87.7 | 164.85 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 55 | 153 | 0.17 | 0.64 | 0 | 0.4 | 284.08 | 0.47 | 0.41 |
| Hex | 7F | 37 | 99 | 11 | 40 | 0 | 28 | 11C | 2F | 29 |
| Octal | 177 | 67 | 231 | 21 | 100 | 0 | 50 | 434 | 57 | 51 |
| Binary | 1111111 | 110111 | 10011001 | 10001 | 1000000 | 0 | 101000 | 100011100 | 101111 | 101001 |
Color Harmonies of #7F3799
Complementary color
Monochromatic Colors of #7F3799
Black with #7F3799
Text Example
Text Example
White with #7F3799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3799; }
p { color: rgb(127,55,153); }
H1.HeaderClassName
{
color: #7F3799;
}
.AnyTagClassName
{
color: #7F3799;
}
</style>
background-color css
<style>
a { background-color: #7F3799; }
a { background-color: rgb(127,55,153); }
div.DivClassName
{
background-color: #7F3799;
}
.BgClassName
{
background-color: #7F3799;
}
</style>
border-color css
<style>
span { border-color: #7F3799; }
span { border-color: rgb(127,55,153); }
td.TdClassName
{
border-color: #7F3799;
}
.TagClassName
{
border-color: #7F3799;
}
</style>