Shades of Vivid Violet #7F199D
Tints of Vivid Violet #7F199D
RGB
CMYK
RGB Variations
Color information
#7F199D (or 0x7F199D) is known color: Vivid Violet. HEX triplet: 7F, 19 and 9D. RGB value is (127,25,157). Sum of RGB (Red+Green+Blue) = 127+25+157=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F199D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F199D is #80E662. Grayscale: #464646. Windows color (decimal): -8447587 or 10295679. OLE color: 10295679.
HSL color Cylindrical-coordinate representation of color #7F199D: hue angle of 286.36º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F199D is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 25 | 157 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.38 |
| HSL | 286.36º | 0.73% | 0.36% | - |
| HSV(B) | 286.36º | 0.84% | 0.62% | - |
| XYZ | 15.19 | 7.64 | 32.57 | - |
| YUV | 70.55 | 176.79 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 25 | 157 | 0.19 | 0.84 | 0 | 0.38 | 286.36 | 0.73 | 0.36 |
| Hex | 7F | 19 | 9D | 13 | 54 | 0 | 26 | 11E | 49 | 24 |
| Octal | 177 | 31 | 235 | 23 | 124 | 0 | 46 | 436 | 111 | 44 |
| Binary | 1111111 | 11001 | 10011101 | 10011 | 1010100 | 0 | 100110 | 100011110 | 1001001 | 100100 |
Color Harmonies of #7F199D
Complementary color
Monochromatic Colors of #7F199D
Black with #7F199D
Text Example
Text Example
White with #7F199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F199D; }
p { color: rgb(127,25,157); }
H1.HeaderClassName
{
color: #7F199D;
}
.AnyTagClassName
{
color: #7F199D;
}
</style>
background-color css
<style>
a { background-color: #7F199D; }
a { background-color: rgb(127,25,157); }
div.DivClassName
{
background-color: #7F199D;
}
.BgClassName
{
background-color: #7F199D;
}
</style>
border-color css
<style>
span { border-color: #7F199D; }
span { border-color: rgb(127,25,157); }
td.TdClassName
{
border-color: #7F199D;
}
.TagClassName
{
border-color: #7F199D;
}
</style>