Shades of Vivid Violet #7F3780
Tints of Vivid Violet #7F3780
RGB
CMYK
RGB Variations
Color information
#7F3780 (or 0x7F3780) is known color: Vivid Violet. HEX triplet: 7F, 37 and 80. RGB value is (127,55,128). Sum of RGB (Red+Green+Blue) = 127+55+128=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 128 - color contains mainly: blue. Hex color #7F3780 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3780 is #80C87F. Grayscale: #545454. Windows color (decimal): -8439936 or 8402815. OLE color: 8402815.
HSL color Cylindrical-coordinate representation of color #7F3780: hue angle of 299.18º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F3780 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 55 | 128 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.50 |
| HSL | 299.18º | 0.4% | 0.36% | - |
| HSV(B) | 299.18º | 0.57% | 0.5% | - |
| XYZ | 14.01 | 8.8 | 21.38 | - |
| YUV | 84.85 | 152.35 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 55 | 128 | 0.01 | 0.57 | 0 | 0.50 | 299.18 | 0.4 | 0.36 |
| Hex | 7F | 37 | 80 | 1 | 39 | 0 | 32 | 12B | 28 | 24 |
| Octal | 177 | 67 | 200 | 1 | 71 | 0 | 62 | 453 | 50 | 44 |
| Binary | 1111111 | 110111 | 10000000 | 1 | 111001 | 0 | 110010 | 100101011 | 101000 | 100100 |
Color Harmonies of #7F3780
Complementary color
Monochromatic Colors of #7F3780
Black with #7F3780
Text Example
Text Example
White with #7F3780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3780; }
p { color: rgb(127,55,128); }
H1.HeaderClassName
{
color: #7F3780;
}
.AnyTagClassName
{
color: #7F3780;
}
</style>
background-color css
<style>
a { background-color: #7F3780; }
a { background-color: rgb(127,55,128); }
div.DivClassName
{
background-color: #7F3780;
}
.BgClassName
{
background-color: #7F3780;
}
</style>
border-color css
<style>
span { border-color: #7F3780; }
span { border-color: rgb(127,55,128); }
td.TdClassName
{
border-color: #7F3780;
}
.TagClassName
{
border-color: #7F3780;
}
</style>