Shades of Vivid Violet #7F40A0
Tints of Vivid Violet #7F40A0
RGB
CMYK
RGB Variations
Color information
#7F40A0 (or 0x7F40A0) is known color: Vivid Violet. HEX triplet: 7F, 40 and A0. RGB value is (127,64,160). Sum of RGB (Red+Green+Blue) = 127+64+160=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 160 (62.89% from 255 or 45.58% from 351); Max value from RGB is 160 - color contains mainly: blue. Hex color #7F40A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F40A0 is #80BF5F. Grayscale: #5D5D5D. Windows color (decimal): -8437600 or 10502271. OLE color: 10502271.
HSL color Cylindrical-coordinate representation of color #7F40A0: hue angle of 279.38º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F40A0 is Cyan = 0.21, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 64 | 160 | - |
| CMYK | 0.21 | 0.6 | 0 | 0.37 |
| HSL | 279.38º | 0.43% | 0.44% | - |
| HSV(B) | 279.38º | 0.6% | 0.63% | - |
| XYZ | 16.93 | 10.72 | 34.43 | - |
| YUV | 93.78 | 165.37 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 64 | 160 | 0.21 | 0.6 | 0 | 0.37 | 279.38 | 0.43 | 0.44 |
| Hex | 7F | 40 | A0 | 15 | 3C | 0 | 25 | 117 | 2B | 2C |
| Octal | 177 | 100 | 240 | 25 | 74 | 0 | 45 | 427 | 53 | 54 |
| Binary | 1111111 | 1000000 | 10100000 | 10101 | 111100 | 0 | 100101 | 100010111 | 101011 | 101100 |
Color Harmonies of #7F40A0
Complementary color
Monochromatic Colors of #7F40A0
Black with #7F40A0
Text Example
Text Example
White with #7F40A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F40A0; }
p { color: rgb(127,64,160); }
H1.HeaderClassName
{
color: #7F40A0;
}
.AnyTagClassName
{
color: #7F40A0;
}
</style>
background-color css
<style>
a { background-color: #7F40A0; }
a { background-color: rgb(127,64,160); }
div.DivClassName
{
background-color: #7F40A0;
}
.BgClassName
{
background-color: #7F40A0;
}
</style>
border-color css
<style>
span { border-color: #7F40A0; }
span { border-color: rgb(127,64,160); }
td.TdClassName
{
border-color: #7F40A0;
}
.TagClassName
{
border-color: #7F40A0;
}
</style>