#82477B

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

Shades of Trendy Pink #82477B

Tints of Trendy Pink #82477B

Color information

#82477B (or 0x82477B) is unknown color: approx Trendy Pink. HEX triplet: 82, 47 and 7B. RGB value is (130,71,123). Sum of RGB (Red+Green+Blue) = 130+71+123=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #82477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82477B is #7DB884. Grayscale: #5E5E5E. Windows color (decimal): -8239237 or 8079234. OLE color: 8079234.

HSL color Cylindrical-coordinate representation of color #82477B: hue angle of 307.12º 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 #82477B is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13071123-
CMYK00.450.050.49
HSL307.12º29.35%39.41%-
HSV(B)307.12º45.38%50.98%-
XYZ15.0310.6820.01-
YUV94.57144.05153.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.12%
GREEN value IS 71 (28.12% from 255) = 21.91%
BLUE value IS 123 (48.44% from 255) = 37.96%
R=40.12%
G=21.91%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307112300.450.050.49307.1229.3539.41
Hex82477B02D5311331d27
Octal2021071730555614633547
Binary1000001010001111111011010110110111000110011001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82477B; }

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

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

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

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

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

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

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

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