Shades of Vivid Violet #7F3195
Tints of Vivid Violet #7F3195
RGB
CMYK
RGB Variations
Color information
#7F3195 (or 0x7F3195) is known color: Vivid Violet. HEX triplet: 7F, 31 and 95. RGB value is (127,49,149). Sum of RGB (Red+Green+Blue) = 127+49+149=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #7F3195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3195 is #80CE6A. Grayscale: #535353. Windows color (decimal): -8441451 or 9777535. OLE color: 9777535.
HSL color Cylindrical-coordinate representation of color #7F3195: hue angle of 286.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F3195 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 49 | 149 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.42 |
| HSL | 286.8º | 0.51% | 0.39% | - |
| HSV(B) | 286.8º | 0.67% | 0.58% | - |
| XYZ | 15.28 | 8.88 | 29.34 | - |
| YUV | 83.72 | 164.84 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 49 | 149 | 0.15 | 0.67 | 0 | 0.42 | 286.8 | 0.51 | 0.39 |
| Hex | 7F | 31 | 95 | F | 43 | 0 | 2A | 11F | 33 | 27 |
| Octal | 177 | 61 | 225 | 17 | 103 | 0 | 52 | 437 | 63 | 47 |
| Binary | 1111111 | 110001 | 10010101 | 1111 | 1000011 | 0 | 101010 | 100011111 | 110011 | 100111 |
Color Harmonies of #7F3195
Complementary color
Monochromatic Colors of #7F3195
Black with #7F3195
Text Example
Text Example
White with #7F3195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3195; }
p { color: rgb(127,49,149); }
H1.HeaderClassName
{
color: #7F3195;
}
.AnyTagClassName
{
color: #7F3195;
}
</style>
background-color css
<style>
a { background-color: #7F3195; }
a { background-color: rgb(127,49,149); }
div.DivClassName
{
background-color: #7F3195;
}
.BgClassName
{
background-color: #7F3195;
}
</style>
border-color css
<style>
span { border-color: #7F3195; }
span { border-color: rgb(127,49,149); }
td.TdClassName
{
border-color: #7F3195;
}
.TagClassName
{
border-color: #7F3195;
}
</style>