Shades of Vivid Violet #7F4487
Tints of Vivid Violet #7F4487
RGB
CMYK
RGB Variations
Color information
#7F4487 (or 0x7F4487) is known color: Vivid Violet. HEX triplet: 7F, 44 and 87. RGB value is (127,68,135). Sum of RGB (Red+Green+Blue) = 127+68+135=330 (43% of max value = 765). Red value is 127 (50% from 255 or 38.48% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 135 - color contains mainly: blue. Hex color #7F4487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4487 is #80BB78. Grayscale: #5D5D5D. Windows color (decimal): -8436601 or 8864895. OLE color: 8864895.
HSL color Cylindrical-coordinate representation of color #7F4487: hue angle of 292.84º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F4487 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 68 | 135 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.47 |
| HSL | 292.84º | 0.33% | 0.4% | - |
| HSV(B) | 292.84º | 0.5% | 0.53% | - |
| XYZ | 15.19 | 10.4 | 24.13 | - |
| YUV | 93.28 | 151.55 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 68 | 135 | 0.06 | 0.50 | 0 | 0.47 | 292.84 | 0.33 | 0.4 |
| Hex | 7F | 44 | 87 | 6 | 32 | 0 | 2F | 125 | 21 | 28 |
| Octal | 177 | 104 | 207 | 6 | 62 | 0 | 57 | 445 | 41 | 50 |
| Binary | 1111111 | 1000100 | 10000111 | 110 | 110010 | 0 | 101111 | 100100101 | 100001 | 101000 |
Color Harmonies of #7F4487
Complementary color
Monochromatic Colors of #7F4487
Black with #7F4487
Text Example
Text Example
White with #7F4487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4487; }
p { color: rgb(127,68,135); }
H1.HeaderClassName
{
color: #7F4487;
}
.AnyTagClassName
{
color: #7F4487;
}
</style>
background-color css
<style>
a { background-color: #7F4487; }
a { background-color: rgb(127,68,135); }
div.DivClassName
{
background-color: #7F4487;
}
.BgClassName
{
background-color: #7F4487;
}
</style>
border-color css
<style>
span { border-color: #7F4487; }
span { border-color: rgb(127,68,135); }
td.TdClassName
{
border-color: #7F4487;
}
.TagClassName
{
border-color: #7F4487;
}
</style>