#814679

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

Shades of Trendy Pink #814679

Tints of Trendy Pink #814679

Color information

#814679 (or 0x814679) is unknown color: approx Trendy Pink. HEX triplet: 81, 46 and 79. RGB value is (129,70,121). Sum of RGB (Red+Green+Blue) = 129+70+121=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 129 - color contains mainly: red. Hex color #814679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814679 is #7EB986. Grayscale: #5D5D5D. Windows color (decimal): -8305031 or 7947905. OLE color: 7947905.

HSL color Cylindrical-coordinate representation of color #814679: hue angle of 308.14º 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 #814679 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB12970121-
CMYK00.460.060.49
HSL308.14º29.65%39.02%-
HSV(B)308.14º45.74%50.59%-
XYZ14.6910.4319.33-
YUV93.46143.55153.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.31%
GREEN value IS 70 (27.73% from 255) = 21.88%
BLUE value IS 121 (47.66% from 255) = 37.81%
R=40.31%
G=21.88%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297012100.460.060.49308.1429.6539.02
Hex81467902E6311341e27
Octal2011061710566614643647
Binary1000000110001101111001010111011011000110011010011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814679; }

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

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

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

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

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

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

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

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