#7A557D

Color #7A557D Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #7A557D

Tints of Trendy Pink #7A557D

Color information

#7A557D (or 0x7A557D) is unknown color: approx Trendy Pink. HEX triplet: 7A, 55 and 7D. RGB value is (122,85,125). Sum of RGB (Red+Green+Blue) = 122+85+125=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 125 - color contains mainly: blue. Hex color #7A557D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A557D is #85AA82. Grayscale: #646464. Windows color (decimal): -8759939 or 8213882. OLE color: 8213882.

HSL color Cylindrical-coordinate representation of color #7A557D: hue angle of 295.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A557D is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12285125-
CMYK0.020.3200.51
HSL295.5º19.05%41.18%-
HSV(B)295.5º32%49.02%-
XYZ14.9812.1220.95-
YUV100.62141.76143.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 36.75%
GREEN value IS 85 (33.59% from 255) = 25.60%
BLUE value IS 125 (49.22% from 255) = 37.65%
R=36.75%
G=25.60%
B=37.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal122851250.020.3200.51295.519.0541.18
Hex7A557D2200331281329
Octal1721251752400634502351
Binary11110101010101111110110100000011001110010100010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A557D; }

 p { color: rgb(122,85,125); }

 H1.HeaderClassName
 {
   color: #7A557D;
 }
 .AnyTagClassName
 {
   color: #7A557D;
 }
</style>
background-color css

<style>
 a { background-color: #7A557D; }

 a { background-color: rgb(122,85,125); }

 div.DivClassName
 {
   background-color: #7A557D;
 }
 .BgClassName
 {
   background-color: #7A557D;
 }
</style>
border-color css

<style>
 span { border-color: #7A557D; }

 span { border-color: rgb(122,85,125); }

 td.TdClassName
 {
   border-color: #7A557D;
 }
 .TagClassName
 {
   border-color: #7A557D;
 }
</style>