#7D5482

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

Shades of Trendy Pink #7D5482

Tints of Trendy Pink #7D5482

Color information

#7D5482 (or 0x7D5482) is unknown color: approx Trendy Pink. HEX triplet: 7D, 54 and 82. RGB value is (125,84,130). Sum of RGB (Red+Green+Blue) = 125+84+130=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 130 - color contains mainly: blue. Hex color #7D5482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5482 is #82AB7D. Grayscale: #656565. Windows color (decimal): -8563582 or 8541309. OLE color: 8541309.

HSL color Cylindrical-coordinate representation of color #7D5482: hue angle of 293.48º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D5482 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12584130-
CMYK0.040.3500.49
HSL293.48º21.5%41.96%-
HSV(B)293.48º35.38%50.98%-
XYZ15.6612.3122.67-
YUV101.5144.08144.76-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.87%
GREEN value IS 84 (33.20% from 255) = 24.78%
BLUE value IS 130 (51.17% from 255) = 38.35%
R=36.87%
G=24.78%
B=38.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125841300.040.3500.49293.4821.541.96
Hex7D5482423031125152a
Octal1751242024430614452552
Binary1111101101010010000010100100011011000110010010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,84,130); }

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

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

 a { background-color: rgb(125,84,130); }

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

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

 span { border-color: rgb(125,84,130); }

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