Shades of Vivid Violet #7F3180
Tints of Vivid Violet #7F3180
RGB
CMYK
RGB Variations
Color information
#7F3180 (or 0x7F3180) is known color: Vivid Violet. HEX triplet: 7F, 31 and 80. RGB value is (127,49,128). Sum of RGB (Red+Green+Blue) = 127+49+128=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 128 - color contains mainly: blue. Hex color #7F3180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3180 is #80CE7F. Grayscale: #515151. Windows color (decimal): -8441472 or 8401279. OLE color: 8401279.
HSL color Cylindrical-coordinate representation of color #7F3180: hue angle of 299.24º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F3180 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 49 | 128 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.50 |
| HSL | 299.24º | 0.45% | 0.35% | - |
| HSV(B) | 299.24º | 0.62% | 0.5% | - |
| XYZ | 13.75 | 8.27 | 21.29 | - |
| YUV | 81.33 | 154.34 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 49 | 128 | 0.01 | 0.62 | 0 | 0.50 | 299.24 | 0.45 | 0.35 |
| Hex | 7F | 31 | 80 | 1 | 3E | 0 | 32 | 12B | 2D | 23 |
| Octal | 177 | 61 | 200 | 1 | 76 | 0 | 62 | 453 | 55 | 43 |
| Binary | 1111111 | 110001 | 10000000 | 1 | 111110 | 0 | 110010 | 100101011 | 101101 | 100011 |
Color Harmonies of #7F3180
Complementary color
Monochromatic Colors of #7F3180
Black with #7F3180
Text Example
Text Example
White with #7F3180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3180; }
p { color: rgb(127,49,128); }
H1.HeaderClassName
{
color: #7F3180;
}
.AnyTagClassName
{
color: #7F3180;
}
</style>
background-color css
<style>
a { background-color: #7F3180; }
a { background-color: rgb(127,49,128); }
div.DivClassName
{
background-color: #7F3180;
}
.BgClassName
{
background-color: #7F3180;
}
</style>
border-color css
<style>
span { border-color: #7F3180; }
span { border-color: rgb(127,49,128); }
td.TdClassName
{
border-color: #7F3180;
}
.TagClassName
{
border-color: #7F3180;
}
</style>