#7D5082

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

Shades of Trendy Pink #7D5082

Tints of Trendy Pink #7D5082

Color information

#7D5082 (or 0x7D5082) is unknown color: approx Trendy Pink. HEX triplet: 7D, 50 and 82. RGB value is (125,80,130). Sum of RGB (Red+Green+Blue) = 125+80+130=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 130 - color contains mainly: blue. Hex color #7D5082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5082 is #82AF7D. Grayscale: #626262. Windows color (decimal): -8564606 or 8540285. OLE color: 8540285.

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

Color convert

RGB12580130-
CMYK0.040.3800.49
HSL294º23.81%41.18%-
HSV(B)294º38.46%50.98%-
XYZ15.3611.7122.57-
YUV99.16145.41146.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.31%
GREEN value IS 80 (31.64% from 255) = 23.88%
BLUE value IS 130 (51.17% from 255) = 38.81%
R=37.31%
G=23.88%
B=38.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125801300.040.3800.4929423.8141.18
Hex7D50824260311261829
Octal1751202024460614463051
Binary1111101101000010000010100100110011000110010011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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