#514750

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

Shades of Purple Taupe #514750

Tints of Purple Taupe #514750

Color information

#514750 (or 0x514750) is unknown color: approx Purple Taupe. HEX triplet: 51, 47 and 50. RGB value is (81,71,80). Sum of RGB (Red+Green+Blue) = 81+71+80=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 81 - color contains mainly: red. Hex color #514750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514750 is #AEB8AF. Grayscale: #4A4A4A. Windows color (decimal): -11450544 or 5261137. OLE color: 5261137.

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

Color convert

RGB817180-
CMYK00.120.010.68
HSL306º6.58%29.8%-
HSV(B)306º12.35%31.76%-
XYZ7.096.838.53-
YUV75.02130.81132.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.91%
GREEN value IS 71 (28.12% from 255) = 30.60%
BLUE value IS 80 (31.64% from 255) = 34.48%
R=34.91%
G=30.60%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81718000.120.010.683066.5829.8
Hex5147500C14413271e
Octal1211071200141104462736
Binary101000110001111010000011001100010010011001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514750; }

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

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

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

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

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

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

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

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