Html Css Color HEX #804673 Trendy Pink

📋 copy color: '#804673'

red 128 ◦ green 70 ◦ blue 115

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

Shades of Trendy Pink #804673

Tints of Trendy Pink #804673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.36%

 BLUE value IS 115 (45.31% from 255) = 36.74%

R = 40.89%
G = 22.36%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#804673 (or 0x804673) is known color: Trendy Pink. HEX triplet: 80, 46 and 73. RGB value is (128,70,115). Sum of RGB (Red+Green+Blue) = 128+70+115=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 128 - color contains mainly: red. Hex color #804673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804673 is #7FB98C. Grayscale: #5C5C5C. Windows color (decimal): -8370573 or 7554688. OLE color: 7554688.

HSL color Cylindrical-coordinate representation of color #804673: hue angle of 313.45º 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 #804673 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 70 115 -
CMYK 0 0.45 0.10 0.50
HSL 313.45º 0.29% 0.39% -
HSV(B) 313.45º 0.45% 0.5% -
XYZ 14.19 10.21 17.44 -
YUV 92.47 140.72 153.34 -
System Red Green Blue C M Y K H S L
Decimal 128 70 115 0 0.45 0.10 0.50 313.45 0.29 0.39
Hex 80 46 73 0 2D A 32 139 1D 27
Octal 200 106 163 0 55 12 62 471 35 47
Binary 10000000 1000110 1110011 0 101101 1010 110010 100111001 11101 100111

Color Harmonies of #804673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804673

Black with #804673

Text Example


Text Example

White with #804673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804673; }

 p { color: rgb(128,70,115); }

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

background-color css

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

 a { background-color: rgb(128,70,115); }

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

border-color css

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

 span { border-color: rgb(128,70,115); }

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