#7D5581

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

Shades of Trendy Pink #7D5581

Tints of Trendy Pink #7D5581

Color information

#7D5581 (or 0x7D5581) is unknown color: approx Trendy Pink. HEX triplet: 7D, 55 and 81. RGB value is (125,85,129). Sum of RGB (Red+Green+Blue) = 125+85+129=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 129 - color contains mainly: blue. Hex color #7D5581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5581 is #82AA7E. Grayscale: #656565. Windows color (decimal): -8563327 or 8476029. OLE color: 8476029.

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

Color convert

RGB12585129-
CMYK0.030.3400.49
HSL294.55º20.56%41.96%-
HSV(B)294.55º34.11%50.59%-
XYZ15.6712.4422.34-
YUV101.98143.25144.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.87%
GREEN value IS 85 (33.59% from 255) = 25.07%
BLUE value IS 129 (50.78% from 255) = 38.05%
R=36.87%
G=25.07%
B=38.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125851290.030.3400.49294.5520.5641.96
Hex7D5581322031127152a
Octal1751252013420614472552
Binary111110110101011000000111100010011000110010011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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