#814478

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

Shades of Trendy Pink #814478

Tints of Trendy Pink #814478

Color information

#814478 (or 0x814478) is unknown color: approx Trendy Pink. HEX triplet: 81, 44 and 78. RGB value is (129,68,120). Sum of RGB (Red+Green+Blue) = 129+68+120=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 129 - color contains mainly: red. Hex color #814478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814478 is #7EBB87. Grayscale: #5C5C5C. Windows color (decimal): -8305544 or 7881857. OLE color: 7881857.

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

Color convert

RGB12968120-
CMYK00.470.070.49
HSL308.85º30.96%38.63%-
HSV(B)308.85º47.29%50.59%-
XYZ14.5110.1618.97-
YUV92.17143.71154.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.69%
GREEN value IS 68 (26.95% from 255) = 21.45%
BLUE value IS 120 (47.27% from 255) = 37.85%
R=40.69%
G=21.45%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296812000.470.070.49308.8530.9638.63
Hex81447802F7311351f27
Octal2011041700577614653747
Binary1000000110001001111000010111111111000110011010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814478; }

 p { color: rgb(129,68,120); }

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

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

 a { background-color: rgb(129,68,120); }

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

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

 span { border-color: rgb(129,68,120); }

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