Shades of Vivid Violet #7F399D
Tints of Vivid Violet #7F399D
RGB
CMYK
RGB Variations
Color information
#7F399D (or 0x7F399D) is known color: Vivid Violet. HEX triplet: 7F, 39 and 9D. RGB value is (127,57,157). Sum of RGB (Red+Green+Blue) = 127+57+157=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F399D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F399D is #80C662. Grayscale: #585858. Windows color (decimal): -8439395 or 10303871. OLE color: 10303871.
HSL color Cylindrical-coordinate representation of color #7F399D: hue angle of 282º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F399D is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 57 | 157 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.38 |
| HSL | 282º | 0.47% | 0.42% | - |
| HSV(B) | 282º | 0.64% | 0.62% | - |
| XYZ | 16.3 | 9.87 | 32.94 | - |
| YUV | 89.33 | 166.19 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 57 | 157 | 0.19 | 0.64 | 0 | 0.38 | 282 | 0.47 | 0.42 |
| Hex | 7F | 39 | 9D | 13 | 40 | 0 | 26 | 11A | 2F | 2A |
| Octal | 177 | 71 | 235 | 23 | 100 | 0 | 46 | 432 | 57 | 52 |
| Binary | 1111111 | 111001 | 10011101 | 10011 | 1000000 | 0 | 100110 | 100011010 | 101111 | 101010 |
Color Harmonies of #7F399D
Complementary color
Monochromatic Colors of #7F399D
Black with #7F399D
Text Example
Text Example
White with #7F399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F399D; }
p { color: rgb(127,57,157); }
H1.HeaderClassName
{
color: #7F399D;
}
.AnyTagClassName
{
color: #7F399D;
}
</style>
background-color css
<style>
a { background-color: #7F399D; }
a { background-color: rgb(127,57,157); }
div.DivClassName
{
background-color: #7F399D;
}
.BgClassName
{
background-color: #7F399D;
}
</style>
border-color css
<style>
span { border-color: #7F399D; }
span { border-color: rgb(127,57,157); }
td.TdClassName
{
border-color: #7F399D;
}
.TagClassName
{
border-color: #7F399D;
}
</style>