Shades of Vivid Violet #7F308D
Tints of Vivid Violet #7F308D
RGB
CMYK
RGB Variations
Color information
#7F308D (or 0x7F308D) is known color: Vivid Violet. HEX triplet: 7F, 30 and 8D. RGB value is (127,48,141). Sum of RGB (Red+Green+Blue) = 127+48+141=316 (41% of max value = 765). Red value is 127 (50% from 255 or 40.19% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F308D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F308D is #80CF72. Grayscale: #515151. Windows color (decimal): -8441715 or 9252991. OLE color: 9252991.
HSL color Cylindrical-coordinate representation of color #7F308D: hue angle of 290.97º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F308D is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 48 | 141 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.45 |
| HSL | 290.97º | 0.49% | 0.37% | - |
| HSV(B) | 290.97º | 0.66% | 0.55% | - |
| XYZ | 14.62 | 8.55 | 26.08 | - |
| YUV | 82.22 | 161.17 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 48 | 141 | 0.10 | 0.66 | 0 | 0.45 | 290.97 | 0.49 | 0.37 |
| Hex | 7F | 30 | 8D | A | 42 | 0 | 2D | 123 | 31 | 25 |
| Octal | 177 | 60 | 215 | 12 | 102 | 0 | 55 | 443 | 61 | 45 |
| Binary | 1111111 | 110000 | 10001101 | 1010 | 1000010 | 0 | 101101 | 100100011 | 110001 | 100101 |
Color Harmonies of #7F308D
Complementary color
Monochromatic Colors of #7F308D
Black with #7F308D
Text Example
Text Example
White with #7F308D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F308D; }
p { color: rgb(127,48,141); }
H1.HeaderClassName
{
color: #7F308D;
}
.AnyTagClassName
{
color: #7F308D;
}
</style>
background-color css
<style>
a { background-color: #7F308D; }
a { background-color: rgb(127,48,141); }
div.DivClassName
{
background-color: #7F308D;
}
.BgClassName
{
background-color: #7F308D;
}
</style>
border-color css
<style>
span { border-color: #7F308D; }
span { border-color: rgb(127,48,141); }
td.TdClassName
{
border-color: #7F308D;
}
.TagClassName
{
border-color: #7F308D;
}
</style>