Shades of Vivid Violet #7F3B84
Tints of Vivid Violet #7F3B84
RGB
CMYK
RGB Variations
Color information
#7F3B84 (or 0x7F3B84) is known color: Vivid Violet. HEX triplet: 7F, 3B and 84. RGB value is (127,59,132). Sum of RGB (Red+Green+Blue) = 127+59+132=318 (42% of max value = 765). Red value is 127 (50% from 255 or 39.94% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 132 - color contains mainly: blue. Hex color #7F3B84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3B84 is #80C47B. Grayscale: #575757. Windows color (decimal): -8438908 or 8665983. OLE color: 8665983.
HSL color Cylindrical-coordinate representation of color #7F3B84: hue angle of 295.89º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F3B84 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 59 | 132 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.48 |
| HSL | 295.89º | 0.38% | 0.37% | - |
| HSV(B) | 295.89º | 0.55% | 0.52% | - |
| XYZ | 14.48 | 9.31 | 22.86 | - |
| YUV | 87.65 | 153.03 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 59 | 132 | 0.04 | 0.55 | 0 | 0.48 | 295.89 | 0.38 | 0.37 |
| Hex | 7F | 3B | 84 | 4 | 37 | 0 | 30 | 128 | 26 | 25 |
| Octal | 177 | 73 | 204 | 4 | 67 | 0 | 60 | 450 | 46 | 45 |
| Binary | 1111111 | 111011 | 10000100 | 100 | 110111 | 0 | 110000 | 100101000 | 100110 | 100101 |
Color Harmonies of #7F3B84
Complementary color
Monochromatic Colors of #7F3B84
Black with #7F3B84
Text Example
Text Example
White with #7F3B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3B84; }
p { color: rgb(127,59,132); }
H1.HeaderClassName
{
color: #7F3B84;
}
.AnyTagClassName
{
color: #7F3B84;
}
</style>
background-color css
<style>
a { background-color: #7F3B84; }
a { background-color: rgb(127,59,132); }
div.DivClassName
{
background-color: #7F3B84;
}
.BgClassName
{
background-color: #7F3B84;
}
</style>
border-color css
<style>
span { border-color: #7F3B84; }
span { border-color: rgb(127,59,132); }
td.TdClassName
{
border-color: #7F3B84;
}
.TagClassName
{
border-color: #7F3B84;
}
</style>