Shades of Trendy Pink #7F467B
Tints of Trendy Pink #7F467B
RGB
CMYK
RGB Variations
Color information
#7F467B (or 0x7F467B) is known color: Trendy Pink. HEX triplet: 7F, 46 and 7B. RGB value is (127,70,123). Sum of RGB (Red+Green+Blue) = 127+70+123=320 (42% of max value = 765). Red value is 127 (50% from 255 or 39.69% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 127 - color contains mainly: red. Hex color #7F467B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F467B is #80B984. Grayscale: #5C5C5C. Windows color (decimal): -8436101 or 8078975. OLE color: 8078975.
HSL color Cylindrical-coordinate representation of color #7F467B: hue angle of 304.21º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F467B is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 70 | 123 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.50 |
| HSL | 304.21º | 0.29% | 0.39% | - |
| HSV(B) | 304.21º | 0.45% | 0.5% | - |
| XYZ | 14.52 | 10.32 | 19.97 | - |
| YUV | 93.09 | 144.88 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 70 | 123 | 0 | 0.45 | 0.03 | 0.50 | 304.21 | 0.29 | 0.39 |
| Hex | 7F | 46 | 7B | 0 | 2D | 3 | 32 | 130 | 1D | 27 |
| Octal | 177 | 106 | 173 | 0 | 55 | 3 | 62 | 460 | 35 | 47 |
| Binary | 1111111 | 1000110 | 1111011 | 0 | 101101 | 11 | 110010 | 100110000 | 11101 | 100111 |
Color Harmonies of #7F467B
Complementary color
Monochromatic Colors of #7F467B
Black with #7F467B
Text Example
Text Example
White with #7F467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F467B; }
p { color: rgb(127,70,123); }
H1.HeaderClassName
{
color: #7F467B;
}
.AnyTagClassName
{
color: #7F467B;
}
</style>
background-color css
<style>
a { background-color: #7F467B; }
a { background-color: rgb(127,70,123); }
div.DivClassName
{
background-color: #7F467B;
}
.BgClassName
{
background-color: #7F467B;
}
</style>
border-color css
<style>
span { border-color: #7F467B; }
span { border-color: rgb(127,70,123); }
td.TdClassName
{
border-color: #7F467B;
}
.TagClassName
{
border-color: #7F467B;
}
</style>