#804A7D

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

Shades of Trendy Pink #804A7D

Tints of Trendy Pink #804A7D

Color information

#804A7D (or 0x804A7D) is unknown color: approx Trendy Pink. HEX triplet: 80, 4A and 7D. RGB value is (128,74,125). Sum of RGB (Red+Green+Blue) = 128+74+125=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 128 - color contains mainly: red. Hex color #804A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804A7D is #7FB582. Grayscale: #5F5F5F. Windows color (decimal): -8369539 or 8211072. OLE color: 8211072.

HSL color Cylindrical-coordinate representation of color #804A7D: hue angle of 303.33º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #804A7D is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB12874125-
CMYK00.420.020.50
HSL303.33º26.73%39.61%-
HSV(B)303.33º42.19%50.2%-
XYZ15.0510.9720.73-
YUV95.96144.39150.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.14%
GREEN value IS 74 (29.30% from 255) = 22.63%
BLUE value IS 125 (49.22% from 255) = 38.23%
R=39.14%
G=22.63%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1287412500.420.020.50303.3326.7339.61
Hex804A7D02A23212f1b28
Octal2001121750522624573350
Binary100000001001010111110101010101011001010010111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804A7D; }

 p { color: rgb(128,74,125); }

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

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

 a { background-color: rgb(128,74,125); }

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

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

 span { border-color: rgb(128,74,125); }

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