Html Css Color HEX #80477B Trendy Pink

📋 copy color: '#80477B'

red 128 ◦ green 71 ◦ blue 123

#80477B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #80477B

Tints of Trendy Pink #80477B

RGB

 RED value IS 128 (50.39% from 255) = 39.75%

 GREEN value IS 71 (28.13% from 255) = 22.05%

 BLUE value IS 123 (48.44% from 255) = 38.2%

R = 39.75%
G = 22.05%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#80477B (or 0x80477B) is known color: Trendy Pink. HEX triplet: 80, 47 and 7B. RGB value is (128,71,123). Sum of RGB (Red+Green+Blue) = 128+71+123=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 128 - color contains mainly: red. Hex color #80477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80477B is #7FB884. Grayscale: #5D5D5D. Windows color (decimal): -8370309 or 8079232. OLE color: 8079232.

HSL color Cylindrical-coordinate representation of color #80477B: hue angle of 305.26º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80477B is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 71 123 -
CMYK 0 0.45 0.04 0.50
HSL 305.26º 0.29% 0.39% -
HSV(B) 305.26º 0.45% 0.5% -
XYZ 14.73 10.53 19.99 -
YUV 93.97 144.38 152.27 -
System Red Green Blue C M Y K H S L
Decimal 128 71 123 0 0.45 0.04 0.50 305.26 0.29 0.39
Hex 80 47 7B 0 2D 4 32 131 1D 27
Octal 200 107 173 0 55 4 62 461 35 47
Binary 10000000 1000111 1111011 0 101101 100 110010 100110001 11101 100111

Color Harmonies of #80477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80477B

Black with #80477B

Text Example


Text Example

White with #80477B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80477B;
 }
 .AnyTagClassName
 {
   color: #80477B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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