#7D5584

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

Shades of Trendy Pink #7D5584

Tints of Trendy Pink #7D5584

Color information

#7D5584 (or 0x7D5584) is unknown color: approx Trendy Pink. HEX triplet: 7D, 55 and 84. RGB value is (125,85,132). Sum of RGB (Red+Green+Blue) = 125+85+132=342 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.55% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 132 - color contains mainly: blue. Hex color #7D5584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5584 is #82AA7B. Grayscale: #666666. Windows color (decimal): -8563324 or 8672637. OLE color: 8672637.

HSL color Cylindrical-coordinate representation of color #7D5584: hue angle of 291.06º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D5584 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12585132-
CMYK0.050.3600.48
HSL291.06º21.66%42.55%-
HSV(B)291.06º35.61%51.76%-
XYZ15.8712.5223.41-
YUV102.32144.75144.18-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.55%
GREEN value IS 85 (33.59% from 255) = 24.85%
BLUE value IS 132 (51.95% from 255) = 38.60%
R=36.55%
G=24.85%
B=38.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal125851320.050.3600.48291.0621.6642.55
Hex7D5584524030123162b
Octal1751252045440604432653
Binary1111101101010110000100101100100011000010010001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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