Shades of Trendy Pink #7F6582
Tints of Trendy Pink #7F6582
RGB
CMYK
RGB Variations
Color information
#7F6582 (or 0x7F6582) is known color: Trendy Pink. HEX triplet: 7F, 65 and 82. RGB value is (127,101,130). Sum of RGB (Red+Green+Blue) = 127+101+130=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 130 - color contains mainly: blue. Hex color #7F6582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6582 is #809A7D. Grayscale: #6F6F6F. Windows color (decimal): -8428158 or 8545663. OLE color: 8545663.
HSL color Cylindrical-coordinate representation of color #7F6582: hue angle of 293.79º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7F6582 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 101 | 130 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.49 |
| HSL | 293.79º | 0.13% | 0.45% | - |
| HSV(B) | 293.79º | 0.22% | 0.51% | - |
| XYZ | 17.44 | 15.43 | 23.18 | - |
| YUV | 112.08 | 138.11 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 101 | 130 | 0.02 | 0.22 | 0 | 0.49 | 293.79 | 0.13 | 0.45 |
| Hex | 7F | 65 | 82 | 2 | 16 | 0 | 31 | 126 | D | 2D |
| Octal | 177 | 145 | 202 | 2 | 26 | 0 | 61 | 446 | 15 | 55 |
| Binary | 1111111 | 1100101 | 10000010 | 10 | 10110 | 0 | 110001 | 100100110 | 1101 | 101101 |
Color Harmonies of #7F6582
Complementary color
Monochromatic Colors of #7F6582
Black with #7F6582
Text Example
Text Example
White with #7F6582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6582; }
p { color: rgb(127,101,130); }
H1.HeaderClassName
{
color: #7F6582;
}
.AnyTagClassName
{
color: #7F6582;
}
</style>
background-color css
<style>
a { background-color: #7F6582; }
a { background-color: rgb(127,101,130); }
div.DivClassName
{
background-color: #7F6582;
}
.BgClassName
{
background-color: #7F6582;
}
</style>
border-color css
<style>
span { border-color: #7F6582; }
span { border-color: rgb(127,101,130); }
td.TdClassName
{
border-color: #7F6582;
}
.TagClassName
{
border-color: #7F6582;
}
</style>