#814677

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

Shades of Trendy Pink #814677

Tints of Trendy Pink #814677

Color information

#814677 (or 0x814677) is unknown color: approx Trendy Pink. HEX triplet: 81, 46 and 77. RGB value is (129,70,119). Sum of RGB (Red+Green+Blue) = 129+70+119=318 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.57% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 129 - color contains mainly: red. Hex color #814677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814677 is #7EB988. Grayscale: #5D5D5D. Windows color (decimal): -8305033 or 7816833. OLE color: 7816833.

HSL color Cylindrical-coordinate representation of color #814677: hue angle of 310.17º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #814677 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB12970119-
CMYK00.460.080.49
HSL310.17º29.65%39.02%-
HSV(B)310.17º45.74%50.59%-
XYZ14.5710.3818.69-
YUV93.23142.55153.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.57%
GREEN value IS 70 (27.73% from 255) = 22.01%
BLUE value IS 119 (46.88% from 255) = 37.42%
R=40.57%
G=22.01%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297011900.460.080.49310.1729.6539.02
Hex81467702E8311361e27
Octal20110616705610614663647
Binary10000001100011011101110101110100011000110011011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814677; }

 p { color: rgb(129,70,119); }

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

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

 a { background-color: rgb(129,70,119); }

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

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

 span { border-color: rgb(129,70,119); }

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