Shades of Vivid Violet #7F3882
Tints of Vivid Violet #7F3882
RGB
CMYK
RGB Variations
Color information
#7F3882 (or 0x7F3882) is known color: Vivid Violet. HEX triplet: 7F, 38 and 82. RGB value is (127,56,130). Sum of RGB (Red+Green+Blue) = 127+56+130=313 (41% of max value = 765). Red value is 127 (50% from 255 or 40.58% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: blue. Hex color #7F3882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3882 is #80C77D. Grayscale: #555555. Windows color (decimal): -8439678 or 8534143. OLE color: 8534143.
HSL color Cylindrical-coordinate representation of color #7F3882: hue angle of 297.57º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F3882 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 56 | 130 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.49 |
| HSL | 297.57º | 0.4% | 0.36% | - |
| HSV(B) | 297.57º | 0.57% | 0.51% | - |
| XYZ | 14.2 | 8.95 | 22.1 | - |
| YUV | 85.67 | 153.02 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 56 | 130 | 0.02 | 0.57 | 0 | 0.49 | 297.57 | 0.4 | 0.36 |
| Hex | 7F | 38 | 82 | 2 | 39 | 0 | 31 | 12A | 28 | 24 |
| Octal | 177 | 70 | 202 | 2 | 71 | 0 | 61 | 452 | 50 | 44 |
| Binary | 1111111 | 111000 | 10000010 | 10 | 111001 | 0 | 110001 | 100101010 | 101000 | 100100 |
Color Harmonies of #7F3882
Complementary color
Monochromatic Colors of #7F3882
Black with #7F3882
Text Example
Text Example
White with #7F3882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3882; }
p { color: rgb(127,56,130); }
H1.HeaderClassName
{
color: #7F3882;
}
.AnyTagClassName
{
color: #7F3882;
}
</style>
background-color css
<style>
a { background-color: #7F3882; }
a { background-color: rgb(127,56,130); }
div.DivClassName
{
background-color: #7F3882;
}
.BgClassName
{
background-color: #7F3882;
}
</style>
border-color css
<style>
span { border-color: #7F3882; }
span { border-color: rgb(127,56,130); }
td.TdClassName
{
border-color: #7F3882;
}
.TagClassName
{
border-color: #7F3882;
}
</style>