#7D517E

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

Shades of Trendy Pink #7D517E

Tints of Trendy Pink #7D517E

Color information

#7D517E (or 0x7D517E) is unknown color: approx Trendy Pink. HEX triplet: 7D, 51 and 7E. RGB value is (125,81,126). Sum of RGB (Red+Green+Blue) = 125+81+126=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 126 - color contains mainly: blue. Hex color #7D517E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D517E is #82AE81. Grayscale: #636363. Windows color (decimal): -8564354 or 8278397. OLE color: 8278397.

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

Color convert

RGB12581126-
CMYK0.010.3600.51
HSL298.67º21.74%40.59%-
HSV(B)298.67º35.71%49.41%-
XYZ15.1711.7521.21-
YUV99.29143.08146.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.65%
GREEN value IS 81 (32.03% from 255) = 24.40%
BLUE value IS 126 (49.61% from 255) = 37.95%
R=37.65%
G=24.40%
B=37.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125811260.010.3600.51298.6721.7440.59
Hex7D517E12403312b1629
Octal1751211761440634532651
Binary1111101101000111111101100100011001110010101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D517E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,81,126); }

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

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

 a { background-color: rgb(125,81,126); }

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

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

 span { border-color: rgb(125,81,126); }

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