#824780

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

Shades of Trendy Pink #824780

Tints of Trendy Pink #824780

Color information

#824780 (or 0x824780) is unknown color: approx Trendy Pink. HEX triplet: 82, 47 and 80. RGB value is (130,71,128). Sum of RGB (Red+Green+Blue) = 130+71+128=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #824780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824780 is #7DB87F. Grayscale: #5E5E5E. Windows color (decimal): -8239232 or 8406914. OLE color: 8406914.

HSL color Cylindrical-coordinate representation of color #824780: hue angle of 302.03º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #824780 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB13071128-
CMYK00.450.020.49
HSL302.03º29.35%39.41%-
HSV(B)302.03º45.38%50.98%-
XYZ15.3610.8121.7-
YUV95.14146.55152.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.51%
GREEN value IS 71 (28.12% from 255) = 21.58%
BLUE value IS 128 (50.39% from 255) = 38.91%
R=39.51%
G=21.58%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307112800.450.020.49302.0329.3539.41
Hex82478002D23112e1d27
Octal2021072000552614563547
Binary1000001010001111000000001011011011000110010111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824780; }

 p { color: rgb(130,71,128); }

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

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

 a { background-color: rgb(130,71,128); }

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

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

 span { border-color: rgb(130,71,128); }

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