Shades of Vivid Violet #7F408E
Tints of Vivid Violet #7F408E
RGB
CMYK
RGB Variations
Color information
#7F408E (or 0x7F408E) is known color: Vivid Violet. HEX triplet: 7F, 40 and 8E. RGB value is (127,64,142). Sum of RGB (Red+Green+Blue) = 127+64+142=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 142 - color contains mainly: blue. Hex color #7F408E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F408E is #80BF71. Grayscale: #5B5B5B. Windows color (decimal): -8437618 or 9322623. OLE color: 9322623.
HSL color Cylindrical-coordinate representation of color #7F408E: hue angle of 288.46º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F408E is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 64 | 142 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.44 |
| HSL | 288.46º | 0.38% | 0.4% | - |
| HSV(B) | 288.46º | 0.55% | 0.56% | - |
| XYZ | 15.47 | 10.13 | 26.73 | - |
| YUV | 91.73 | 156.37 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 64 | 142 | 0.11 | 0.55 | 0 | 0.44 | 288.46 | 0.38 | 0.4 |
| Hex | 7F | 40 | 8E | B | 37 | 0 | 2C | 120 | 26 | 28 |
| Octal | 177 | 100 | 216 | 13 | 67 | 0 | 54 | 440 | 46 | 50 |
| Binary | 1111111 | 1000000 | 10001110 | 1011 | 110111 | 0 | 101100 | 100100000 | 100110 | 101000 |
Color Harmonies of #7F408E
Complementary color
Monochromatic Colors of #7F408E
Black with #7F408E
Text Example
Text Example
White with #7F408E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F408E; }
p { color: rgb(127,64,142); }
H1.HeaderClassName
{
color: #7F408E;
}
.AnyTagClassName
{
color: #7F408E;
}
</style>
background-color css
<style>
a { background-color: #7F408E; }
a { background-color: rgb(127,64,142); }
div.DivClassName
{
background-color: #7F408E;
}
.BgClassName
{
background-color: #7F408E;
}
</style>
border-color css
<style>
span { border-color: #7F408E; }
span { border-color: rgb(127,64,142); }
td.TdClassName
{
border-color: #7F408E;
}
.TagClassName
{
border-color: #7F408E;
}
</style>