Shades of Trendy Pink #7F6585
Tints of Trendy Pink #7F6585
RGB
CMYK
RGB Variations
Color information
#7F6585 (or 0x7F6585) is known color: Trendy Pink. HEX triplet: 7F, 65 and 85. RGB value is (127,101,133). Sum of RGB (Red+Green+Blue) = 127+101+133=361 (47% of max value = 765). Red value is 127 (50% from 255 or 35.18% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 133 - color contains mainly: blue. Hex color #7F6585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6585 is #809A7A. Grayscale: #707070. Windows color (decimal): -8428155 or 8742271. OLE color: 8742271.
HSL color Cylindrical-coordinate representation of color #7F6585: hue angle of 288.75º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F6585 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 101 | 133 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.48 |
| HSL | 288.75º | 0.14% | 0.46% | - |
| HSV(B) | 288.75º | 0.24% | 0.52% | - |
| XYZ | 17.64 | 15.51 | 24.25 | - |
| YUV | 112.42 | 139.61 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 101 | 133 | 0.05 | 0.24 | 0 | 0.48 | 288.75 | 0.14 | 0.46 |
| Hex | 7F | 65 | 85 | 5 | 18 | 0 | 30 | 121 | E | 2E |
| Octal | 177 | 145 | 205 | 5 | 30 | 0 | 60 | 441 | 16 | 56 |
| Binary | 1111111 | 1100101 | 10000101 | 101 | 11000 | 0 | 110000 | 100100001 | 1110 | 101110 |
Color Harmonies of #7F6585
Complementary color
Monochromatic Colors of #7F6585
Black with #7F6585
Text Example
Text Example
White with #7F6585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6585; }
p { color: rgb(127,101,133); }
H1.HeaderClassName
{
color: #7F6585;
}
.AnyTagClassName
{
color: #7F6585;
}
</style>
background-color css
<style>
a { background-color: #7F6585; }
a { background-color: rgb(127,101,133); }
div.DivClassName
{
background-color: #7F6585;
}
.BgClassName
{
background-color: #7F6585;
}
</style>
border-color css
<style>
span { border-color: #7F6585; }
span { border-color: rgb(127,101,133); }
td.TdClassName
{
border-color: #7F6585;
}
.TagClassName
{
border-color: #7F6585;
}
</style>