#814779

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

Shades of Trendy Pink #814779

Tints of Trendy Pink #814779

Color information

#814779 (or 0x814779) is unknown color: approx Trendy Pink. HEX triplet: 81, 47 and 79. RGB value is (129,71,121). Sum of RGB (Red+Green+Blue) = 129+71+121=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 129 - color contains mainly: red. Hex color #814779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814779 is #7EB886. Grayscale: #5D5D5D. Windows color (decimal): -8304775 or 7948161. OLE color: 7948161.

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

Color convert

RGB12971121-
CMYK00.450.060.49
HSL308.28º29%39.22%-
HSV(B)308.28º44.96%50.59%-
XYZ14.7610.5519.35-
YUV94.04143.22152.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.19%
GREEN value IS 71 (28.12% from 255) = 22.12%
BLUE value IS 121 (47.66% from 255) = 37.69%
R=40.19%
G=22.12%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297112100.450.060.49308.282939.22
Hex81477902D6311341d27
Octal2011071710556614643547
Binary1000000110001111111001010110111011000110011010011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814779; }

 p { color: rgb(129,71,121); }

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

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

 a { background-color: rgb(129,71,121); }

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

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

 span { border-color: rgb(129,71,121); }

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