Shades of Vivid Violet #7F3080
Tints of Vivid Violet #7F3080
RGB
CMYK
RGB Variations
Color information
#7F3080 (or 0x7F3080) is known color: Vivid Violet. HEX triplet: 7F, 30 and 80. RGB value is (127,48,128). Sum of RGB (Red+Green+Blue) = 127+48+128=303 (40% of max value = 765). Red value is 127 (50% from 255 or 41.91% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 128 - color contains mainly: blue. Hex color #7F3080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3080 is #80CF7F. Grayscale: #505050. Windows color (decimal): -8441728 or 8401023. OLE color: 8401023.
HSL color Cylindrical-coordinate representation of color #7F3080: hue angle of 299.25º 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 #7F3080 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 48 | 128 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.50 |
| HSL | 299.25º | 0.45% | 0.35% | - |
| HSV(B) | 299.25º | 0.63% | 0.5% | - |
| XYZ | 13.71 | 8.18 | 21.28 | - |
| YUV | 80.74 | 154.67 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 48 | 128 | 0.01 | 0.62 | 0 | 0.50 | 299.25 | 0.45 | 0.35 |
| Hex | 7F | 30 | 80 | 1 | 3E | 0 | 32 | 12B | 2D | 23 |
| Octal | 177 | 60 | 200 | 1 | 76 | 0 | 62 | 453 | 55 | 43 |
| Binary | 1111111 | 110000 | 10000000 | 1 | 111110 | 0 | 110010 | 100101011 | 101101 | 100011 |
Color Harmonies of #7F3080
Complementary color
Monochromatic Colors of #7F3080
Black with #7F3080
Text Example
Text Example
White with #7F3080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3080; }
p { color: rgb(127,48,128); }
H1.HeaderClassName
{
color: #7F3080;
}
.AnyTagClassName
{
color: #7F3080;
}
</style>
background-color css
<style>
a { background-color: #7F3080; }
a { background-color: rgb(127,48,128); }
div.DivClassName
{
background-color: #7F3080;
}
.BgClassName
{
background-color: #7F3080;
}
</style>
border-color css
<style>
span { border-color: #7F3080; }
span { border-color: rgb(127,48,128); }
td.TdClassName
{
border-color: #7F3080;
}
.TagClassName
{
border-color: #7F3080;
}
</style>