Shades of Vivid Violet #7F409E
Tints of Vivid Violet #7F409E
RGB
CMYK
RGB Variations
Color information
#7F409E (or 0x7F409E) is known color: Vivid Violet. HEX triplet: 7F, 40 and 9E. RGB value is (127,64,158). Sum of RGB (Red+Green+Blue) = 127+64+158=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 158 - color contains mainly: blue. Hex color #7F409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F409E is #80BF61. Grayscale: #5D5D5D. Windows color (decimal): -8437602 or 10371199. OLE color: 10371199.
HSL color Cylindrical-coordinate representation of color #7F409E: hue angle of 280.21º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F409E is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 64 | 158 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.38 |
| HSL | 280.21º | 0.42% | 0.44% | - |
| HSV(B) | 280.21º | 0.59% | 0.62% | - |
| XYZ | 16.76 | 10.65 | 33.52 | - |
| YUV | 93.55 | 164.37 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 64 | 158 | 0.20 | 0.59 | 0 | 0.38 | 280.21 | 0.42 | 0.44 |
| Hex | 7F | 40 | 9E | 14 | 3B | 0 | 26 | 118 | 2A | 2C |
| Octal | 177 | 100 | 236 | 24 | 73 | 0 | 46 | 430 | 52 | 54 |
| Binary | 1111111 | 1000000 | 10011110 | 10100 | 111011 | 0 | 100110 | 100011000 | 101010 | 101100 |
Color Harmonies of #7F409E
Complementary color
Monochromatic Colors of #7F409E
Black with #7F409E
Text Example
Text Example
White with #7F409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F409E; }
p { color: rgb(127,64,158); }
H1.HeaderClassName
{
color: #7F409E;
}
.AnyTagClassName
{
color: #7F409E;
}
</style>
background-color css
<style>
a { background-color: #7F409E; }
a { background-color: rgb(127,64,158); }
div.DivClassName
{
background-color: #7F409E;
}
.BgClassName
{
background-color: #7F409E;
}
</style>
border-color css
<style>
span { border-color: #7F409E; }
span { border-color: rgb(127,64,158); }
td.TdClassName
{
border-color: #7F409E;
}
.TagClassName
{
border-color: #7F409E;
}
</style>