Shades of Vivid Violet #7F3798
Tints of Vivid Violet #7F3798
RGB
CMYK
RGB Variations
Color information
#7F3798 (or 0x7F3798) is known color: Vivid Violet. HEX triplet: 7F, 37 and 98. RGB value is (127,55,152). Sum of RGB (Red+Green+Blue) = 127+55+152=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 152 - color contains mainly: blue. Hex color #7F3798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3798 is #80C867. Grayscale: #575757. Windows color (decimal): -8439912 or 9975679. OLE color: 9975679.
HSL color Cylindrical-coordinate representation of color #7F3798: hue angle of 284.54º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F3798 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 127 | 55 | 152 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.40 |
| HSL | 284.54º | 0.47% | 0.41% | - |
| HSV(B) | 284.54º | 0.64% | 0.6% | - |
| XYZ | 15.79 | 9.51 | 30.71 | - |
| YUV | 87.59 | 164.35 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 55 | 152 | 0.16 | 0.64 | 0 | 0.40 | 284.54 | 0.47 | 0.41 |
| Hex | 7F | 37 | 98 | 10 | 40 | 0 | 28 | 11D | 2F | 29 |
| Octal | 177 | 67 | 230 | 20 | 100 | 0 | 50 | 435 | 57 | 51 |
| Binary | 1111111 | 110111 | 10011000 | 10000 | 1000000 | 0 | 101000 | 100011101 | 101111 | 101001 |
Color Harmonies of #7F3798
Complementary color
Monochromatic Colors of #7F3798
Black with #7F3798
Text Example
Text Example
White with #7F3798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3798; }
p { color: rgb(127,55,152); }
H1.HeaderClassName
{
color: #7F3798;
}
.AnyTagClassName
{
color: #7F3798;
}
</style>
background-color css
<style>
a { background-color: #7F3798; }
a { background-color: rgb(127,55,152); }
div.DivClassName
{
background-color: #7F3798;
}
.BgClassName
{
background-color: #7F3798;
}
</style>
border-color css
<style>
span { border-color: #7F3798; }
span { border-color: rgb(127,55,152); }
td.TdClassName
{
border-color: #7F3798;
}
.TagClassName
{
border-color: #7F3798;
}
</style>