Html Css Color HEX #804479 Trendy Pink

📋 copy color: '#804479'

red 128 ◦ green 68 ◦ blue 121

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

Shades of Trendy Pink #804479

Tints of Trendy Pink #804479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.45%

 BLUE value IS 121 (47.66% from 255) = 38.17%

R = 40.38%
G = 21.45%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#804479 (or 0x804479) is known color: Trendy Pink. HEX triplet: 80, 44 and 79. RGB value is (128,68,121). Sum of RGB (Red+Green+Blue) = 128+68+121=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 128 - color contains mainly: red. Hex color #804479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804479 is #7FBB86. Grayscale: #5B5B5B. Windows color (decimal): -8371079 or 7947392. OLE color: 7947392.

HSL color Cylindrical-coordinate representation of color #804479: hue angle of 307º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #804479 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 68 121 -
CMYK 0 0.47 0.05 0.50
HSL 307º 0.31% 0.38% -
HSV(B) 307º 0.47% 0.5% -
XYZ 14.42 10.1 19.28 -
YUV 91.98 144.38 153.69 -
System Red Green Blue C M Y K H S L
Decimal 128 68 121 0 0.47 0.05 0.50 307 0.31 0.38
Hex 80 44 79 0 2F 5 32 133 1F 26
Octal 200 104 171 0 57 5 62 463 37 46
Binary 10000000 1000100 1111001 0 101111 101 110010 100110011 11111 100110

Color Harmonies of #804479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804479

Black with #804479

Text Example


Text Example

White with #804479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804479; }

 p { color: rgb(128,68,121); }

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

background-color css

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

 a { background-color: rgb(128,68,121); }

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

border-color css

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

 span { border-color: rgb(128,68,121); }

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