Shades of Trendy Pink #7A567D
Tints of Trendy Pink #7A567D
RGB
CMYK
RGB Variations
Color information
#7A567D (or 0x7A567D) is known color: Trendy Pink. HEX triplet: 7A, 56 and 7D. RGB value is (122,86,125). Sum of RGB (Red+Green+Blue) = 122+86+125=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 125 - color contains mainly: blue. Hex color #7A567D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A567D is #85A982. Grayscale: #656565. Windows color (decimal): -8759683 or 8214138. OLE color: 8214138.
HSL color Cylindrical-coordinate representation of color #7A567D: hue angle of 295.38º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A567D is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 86 | 125 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.51 |
| HSL | 295.38º | 0.18% | 0.41% | - |
| HSV(B) | 295.38º | 0.31% | 0.49% | - |
| XYZ | 15.06 | 12.27 | 20.98 | - |
| YUV | 101.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 86 | 125 | 0.02 | 0.31 | 0 | 0.51 | 295.38 | 0.18 | 0.41 |
| Hex | 7A | 56 | 7D | 2 | 1F | 0 | 33 | 127 | 12 | 29 |
| Octal | 172 | 126 | 175 | 2 | 37 | 0 | 63 | 447 | 22 | 51 |
| Binary | 1111010 | 1010110 | 1111101 | 10 | 11111 | 0 | 110011 | 100100111 | 10010 | 101001 |
Color Harmonies of #7A567D
Complementary color
Monochromatic Colors of #7A567D
Black with #7A567D
Text Example
Text Example
White with #7A567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A567D; }
p { color: rgb(122,86,125); }
H1.HeaderClassName
{
color: #7A567D;
}
.AnyTagClassName
{
color: #7A567D;
}
</style>
background-color css
<style>
a { background-color: #7A567D; }
a { background-color: rgb(122,86,125); }
div.DivClassName
{
background-color: #7A567D;
}
.BgClassName
{
background-color: #7A567D;
}
</style>
border-color css
<style>
span { border-color: #7A567D; }
span { border-color: rgb(122,86,125); }
td.TdClassName
{
border-color: #7A567D;
}
.TagClassName
{
border-color: #7A567D;
}
</style>