Shades of Trendy Pink #7A537B
Tints of Trendy Pink #7A537B
RGB
CMYK
RGB Variations
Color information
#7A537B (or 0x7A537B) is known color: Trendy Pink. HEX triplet: 7A, 53 and 7B. RGB value is (122,83,123). Sum of RGB (Red+Green+Blue) = 122+83+123=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 123 - color contains mainly: blue. Hex color #7A537B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A537B is #85AC84. Grayscale: #636363. Windows color (decimal): -8760453 or 8082298. OLE color: 8082298.
HSL color Cylindrical-coordinate representation of color #7A537B: hue angle of 298.5º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A537B is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 83 | 123 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.52 |
| HSL | 298.5º | 0.19% | 0.4% | - |
| HSV(B) | 298.5º | 0.33% | 0.48% | - |
| XYZ | 14.69 | 11.75 | 20.23 | - |
| YUV | 99.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 83 | 123 | 0.01 | 0.33 | 0 | 0.52 | 298.5 | 0.19 | 0.4 |
| Hex | 7A | 53 | 7B | 1 | 21 | 0 | 34 | 12A | 13 | 28 |
| Octal | 172 | 123 | 173 | 1 | 41 | 0 | 64 | 452 | 23 | 50 |
| Binary | 1111010 | 1010011 | 1111011 | 1 | 100001 | 0 | 110100 | 100101010 | 10011 | 101000 |
Color Harmonies of #7A537B
Complementary color
Monochromatic Colors of #7A537B
Black with #7A537B
Text Example
Text Example
White with #7A537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A537B; }
p { color: rgb(122,83,123); }
H1.HeaderClassName
{
color: #7A537B;
}
.AnyTagClassName
{
color: #7A537B;
}
</style>
background-color css
<style>
a { background-color: #7A537B; }
a { background-color: rgb(122,83,123); }
div.DivClassName
{
background-color: #7A537B;
}
.BgClassName
{
background-color: #7A537B;
}
</style>
border-color css
<style>
span { border-color: #7A537B; }
span { border-color: rgb(122,83,123); }
td.TdClassName
{
border-color: #7A537B;
}
.TagClassName
{
border-color: #7A537B;
}
</style>