#7C5182

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

Shades of Trendy Pink #7C5182

Tints of Trendy Pink #7C5182

Color information

#7C5182 (or 0x7C5182) is unknown color: approx Trendy Pink. HEX triplet: 7C, 51 and 82. RGB value is (124,81,130). Sum of RGB (Red+Green+Blue) = 124+81+130=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 81 (32.03% from 255 or 24.18% 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 #7C5182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5182 is #83AE7D. Grayscale: #636363. Windows color (decimal): -8629886 or 8540540. OLE color: 8540540.

HSL color Cylindrical-coordinate representation of color #7C5182: hue angle of 292.65º degrees, saturation: 0.23, 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 #7C5182 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12481130-
CMYK0.050.3800.49
HSL292.65º23.22%41.37%-
HSV(B)292.65º37.69%50.98%-
XYZ15.2811.7822.59-
YUV99.44145.25145.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.01%
GREEN value IS 81 (32.03% from 255) = 24.18%
BLUE value IS 130 (51.17% from 255) = 38.81%
R=37.01%
G=24.18%
B=38.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124811300.050.3800.49292.6523.2241.37
Hex7C51825260311251729
Octal1741212025460614452751
Binary1111100101000110000010101100110011000110010010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,81,130); }

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

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

 a { background-color: rgb(124,81,130); }

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

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

 span { border-color: rgb(124,81,130); }

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