Shades of Vivid Violet #7F488A
Tints of Vivid Violet #7F488A
RGB
CMYK
RGB Variations
Color information
#7F488A (or 0x7F488A) is known color: Vivid Violet. HEX triplet: 7F, 48 and 8A. RGB value is (127,72,138). Sum of RGB (Red+Green+Blue) = 127+72+138=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F488A is #80B775. Grayscale: #5F5F5F. Windows color (decimal): -8435574 or 9062527. OLE color: 9062527.
HSL color Cylindrical-coordinate representation of color #7F488A: hue angle of 290º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F488A is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 72 | 138 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.46 |
| HSL | 290º | 0.31% | 0.41% | - |
| HSV(B) | 290º | 0.48% | 0.54% | - |
| XYZ | 15.66 | 10.98 | 25.34 | - |
| YUV | 95.97 | 151.72 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 72 | 138 | 0.08 | 0.48 | 0 | 0.46 | 290 | 0.31 | 0.41 |
| Hex | 7F | 48 | 8A | 8 | 30 | 0 | 2E | 122 | 1F | 29 |
| Octal | 177 | 110 | 212 | 10 | 60 | 0 | 56 | 442 | 37 | 51 |
| Binary | 1111111 | 1001000 | 10001010 | 1000 | 110000 | 0 | 101110 | 100100010 | 11111 | 101001 |
Color Harmonies of #7F488A
Complementary color
Monochromatic Colors of #7F488A
Black with #7F488A
Text Example
Text Example
White with #7F488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F488A; }
p { color: rgb(127,72,138); }
H1.HeaderClassName
{
color: #7F488A;
}
.AnyTagClassName
{
color: #7F488A;
}
</style>
background-color css
<style>
a { background-color: #7F488A; }
a { background-color: rgb(127,72,138); }
div.DivClassName
{
background-color: #7F488A;
}
.BgClassName
{
background-color: #7F488A;
}
</style>
border-color css
<style>
span { border-color: #7F488A; }
span { border-color: rgb(127,72,138); }
td.TdClassName
{
border-color: #7F488A;
}
.TagClassName
{
border-color: #7F488A;
}
</style>