#7C5981

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

Shades of Trendy Pink #7C5981

Tints of Trendy Pink #7C5981

Color information

#7C5981 (or 0x7C5981) is unknown color: approx Trendy Pink. HEX triplet: 7C, 59 and 81. RGB value is (124,89,129). Sum of RGB (Red+Green+Blue) = 124+89+129=342 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.26% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 129 - color contains mainly: blue. Hex color #7C5981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5981 is #83A67E. Grayscale: #676767. Windows color (decimal): -8627839 or 8477052. OLE color: 8477052.

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

Color convert

RGB12489129-
CMYK0.040.3100.49
HSL292.5º18.35%42.75%-
HSV(B)292.5º31.01%50.59%-
XYZ15.8513.0122.45-
YUV104.02142.1142.25-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.26%
GREEN value IS 89 (35.16% from 255) = 26.02%
BLUE value IS 129 (50.78% from 255) = 37.72%
R=36.26%
G=26.02%
B=37.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124891290.040.3100.49292.518.3542.75
Hex7C598141F031124122b
Octal1741312014370614442253
Binary111110010110011000000110011111011000110010010010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,89,129); }

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

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

 a { background-color: rgb(124,89,129); }

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

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

 span { border-color: rgb(124,89,129); }

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