Shades of Vivid Violet #7F4587
Tints of Vivid Violet #7F4587
RGB
CMYK
RGB Variations
Color information
#7F4587 (or 0x7F4587) is known color: Vivid Violet. HEX triplet: 7F, 45 and 87. RGB value is (127,69,135). Sum of RGB (Red+Green+Blue) = 127+69+135=331 (43% of max value = 765). Red value is 127 (50% from 255 or 38.37% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 135 - color contains mainly: blue. Hex color #7F4587 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4587 is #80BA78. Grayscale: #5D5D5D. Windows color (decimal): -8436345 or 8865151. OLE color: 8865151.
HSL color Cylindrical-coordinate representation of color #7F4587: hue angle of 292.73º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F4587 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 69 | 135 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.47 |
| HSL | 292.73º | 0.32% | 0.4% | - |
| HSV(B) | 292.73º | 0.49% | 0.53% | - |
| XYZ | 15.25 | 10.52 | 24.15 | - |
| YUV | 93.87 | 151.22 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 69 | 135 | 0.06 | 0.49 | 0 | 0.47 | 292.73 | 0.32 | 0.4 |
| Hex | 7F | 45 | 87 | 6 | 31 | 0 | 2F | 125 | 20 | 28 |
| Octal | 177 | 105 | 207 | 6 | 61 | 0 | 57 | 445 | 40 | 50 |
| Binary | 1111111 | 1000101 | 10000111 | 110 | 110001 | 0 | 101111 | 100100101 | 100000 | 101000 |
Color Harmonies of #7F4587
Complementary color
Monochromatic Colors of #7F4587
Black with #7F4587
Text Example
Text Example
White with #7F4587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4587; }
p { color: rgb(127,69,135); }
H1.HeaderClassName
{
color: #7F4587;
}
.AnyTagClassName
{
color: #7F4587;
}
</style>
background-color css
<style>
a { background-color: #7F4587; }
a { background-color: rgb(127,69,135); }
div.DivClassName
{
background-color: #7F4587;
}
.BgClassName
{
background-color: #7F4587;
}
</style>
border-color css
<style>
span { border-color: #7F4587; }
span { border-color: rgb(127,69,135); }
td.TdClassName
{
border-color: #7F4587;
}
.TagClassName
{
border-color: #7F4587;
}
</style>