#514650

Color #514650 Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #514650

Tints of Purple Taupe #514650

Color information

#514650 (or 0x514650) is unknown color: approx Purple Taupe. HEX triplet: 51, 46 and 50. RGB value is (81,70,80). Sum of RGB (Red+Green+Blue) = 81+70+80=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 81 - color contains mainly: red. Hex color #514650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514650 is #AEB9AF. Grayscale: #4A4A4A. Windows color (decimal): -11450800 or 5260881. OLE color: 5260881.

HSL color Cylindrical-coordinate representation of color #514650: hue angle of 305.45º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #514650 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB817080-
CMYK00.140.010.68
HSL305.45º7.28%29.61%-
HSV(B)305.45º13.58%31.76%-
XYZ7.036.718.51-
YUV74.43131.14132.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.06%
GREEN value IS 70 (27.73% from 255) = 30.30%
BLUE value IS 80 (31.64% from 255) = 34.63%
R=35.06%
G=30.30%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81708000.140.010.68305.457.2829.61
Hex5146500E14413171e
Octal1211061200161104461736
Binary101000110001101010000011101100010010011000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514650; }

 p { color: rgb(81,70,80); }

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

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

 a { background-color: rgb(81,70,80); }

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

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

 span { border-color: rgb(81,70,80); }

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