Shades of Vivid Violet #7F3582
Tints of Vivid Violet #7F3582
RGB
CMYK
RGB Variations
Color information
#7F3582 (or 0x7F3582) is known color: Vivid Violet. HEX triplet: 7F, 35 and 82. RGB value is (127,53,130). Sum of RGB (Red+Green+Blue) = 127+53+130=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 130 - color contains mainly: blue. Hex color #7F3582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3582 is #80CA7D. Grayscale: #535353. Windows color (decimal): -8440446 or 8533375. OLE color: 8533375.
HSL color Cylindrical-coordinate representation of color #7F3582: hue angle of 297.66º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F3582 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 53 | 130 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.49 |
| HSL | 297.66º | 0.42% | 0.36% | - |
| HSV(B) | 297.66º | 0.59% | 0.51% | - |
| XYZ | 14.05 | 8.67 | 22.05 | - |
| YUV | 83.9 | 154.02 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 53 | 130 | 0.02 | 0.59 | 0 | 0.49 | 297.66 | 0.42 | 0.36 |
| Hex | 7F | 35 | 82 | 2 | 3B | 0 | 31 | 12A | 2A | 24 |
| Octal | 177 | 65 | 202 | 2 | 73 | 0 | 61 | 452 | 52 | 44 |
| Binary | 1111111 | 110101 | 10000010 | 10 | 111011 | 0 | 110001 | 100101010 | 101010 | 100100 |
Color Harmonies of #7F3582
Complementary color
Monochromatic Colors of #7F3582
Black with #7F3582
Text Example
Text Example
White with #7F3582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3582; }
p { color: rgb(127,53,130); }
H1.HeaderClassName
{
color: #7F3582;
}
.AnyTagClassName
{
color: #7F3582;
}
</style>
background-color css
<style>
a { background-color: #7F3582; }
a { background-color: rgb(127,53,130); }
div.DivClassName
{
background-color: #7F3582;
}
.BgClassName
{
background-color: #7F3582;
}
</style>
border-color css
<style>
span { border-color: #7F3582; }
span { border-color: rgb(127,53,130); }
td.TdClassName
{
border-color: #7F3582;
}
.TagClassName
{
border-color: #7F3582;
}
</style>